Red
#ff0000 · one of 31,915 named colors
Red is a medium, vivid red with the hex code #ff0000. In RGB it is 255 red, 0 green and 0 blue, and black text is most readable on top of it.
Codes
HEX
#ff0000HEX8
#ff0000ffRGB
rgb(255, 0, 0)RGBA
rgba(255, 0, 0, 1)RGB %
rgb(100%, 0%, 0%)HSL
hsl(0, 100%, 50%)HSLA
hsla(0, 100%, 50%, 1)Variables
Sass
$red: #ff0000;Less
@red: #ff0000;CSS
--red: #ff0000;