#FF0000
Color #FF0000 — Red
Red Color Family
HEX
#FF0000RGB
rgb(255, 0, 0)HSL
hsl(0, 100%, 50%)Color Values
HEX
#FF0000
RGB
rgb(255, 0, 0)
HSL
hsl(0, 100%, 50%)
CMYK
cmyk(0%, 100%, 100%, 0%)
Color Harmonies
Complementary
Analogous
Triadic
Split-Complementary
Monochromatic
Color Psychology
Red represents passion, energy, and urgency. It evokes strong emotions and is often associated with love, danger, and excitement.
CSS Code
/* Red */
.color-name { color: #FF0000; }
/* RGB */
.color-name { color: rgb(255, 0, 0); }
/* HSL */
.color-name { color: hsl(0, 100%, 50%); }Background Preview
Red
On default background
Red
On White Background
Red
On Black Background