red

#FF0000

red

Color Values

HEX
#FF0000
RGB
rgb(255, 0, 0)
R
255
G
0
B
0
HSL
hsl(0, 100%, 50%)
HSV
hsv(0, 100%, 100%)

Contrast Ratios

vs White4.00:1
vs Black5.25:1
Best text color: Black

Complementary

#FF0000
#00ffff

Analogous

#ff8000
#FF0000
#ff0080

Triadic

#FF0000
#00ff00
#0000ff

Tints & Shades

Tints (Lighter)

Shades (Darker)

Usage Examples

CSS

color: red;
color: #FF0000;

RGB

color: rgb(255, 0, 0);

HSL

color: hsl(0, 100%, 50%);