#991D24
A dark, moderate red closely aligning with Brown.
About #991D24
At its core, #991D24 is a dark and moderate hue. Its closest recognized web color is Brown. Its digital footprint relies on 153 parts red, 29 parts green, and 36 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 81% Magenta, 76% Yellow, and 40% Black. The HSL representation is 356.6° hue, 68.1% saturation, and 35.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#991D24
RGB153, 29, 36
HSL356.6°, 68.1%, 35.7%
CMYK0%, 81%, 76%, 40%
HSV356.6°, 81.0%, 60.0%
LAB33.5, 50.0, 29.0
XYZ13.9, 7.8, 2.4
Decimal10034468
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.22:1
Text on #FFFFFF
AAA
2.56:1
Text on #000000
FAIL
7.85:1
Text on #F8FAFC
AAA
2.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #991D24;
}
.text-color {
color: #991D24;
}
.border-color {
border: 2px solid #991D24;
}