HTML named color
Red color code
Use the Red HTML color with HEX #FF0000, RGB 255,0,0 and HSL 0,100%,50%. Copy CSS examples, shades and accessible contrast combinations.
Rouges
#FF0000
rgb(255,0,0)
HEX
#FF0000RGB
rgb(255,0,0)HSL
hsl(0,100%,50%)CSS name
redCSS examples
.text-red {
color: #FF0000;
}
.bg-red {
background-color: red;
}
.border-red {
border-color: rgb(255,0,0);
}Shades palette
#330000#740202#B70606#F40B0B#F44E4E#F69292#FAD1D1