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
Usage Examples
CSS
color: red; color: #FF0000;
RGB
color: rgb(255, 0, 0);
HSL
color: hsl(0, 100%, 50%);