Deep Red
#9a0200 · one of 31,915 named colors
Deep Red is a dark, vivid red with the hex code #9a0200. In RGB it is 154 red, 2 green and 0 blue, and white text is most readable on top of it.
Codes
HEX
#9a0200HEX8
#9a0200ffRGB
rgb(154, 2, 0)RGBA
rgba(154, 2, 0, 1)RGB %
rgb(60%, 1%, 0%)HSL
hsl(1, 100%, 30%)HSLA
hsla(1, 100%, 30%, 1)Variables
Sass
$deep-red: #9a0200;Less
@deep-red: #9a0200;CSS
--deep-red: #9a0200;