#991D0F
A dark, vivid red closely aligning with Darkred.
About #991D0F
Visually, #991D0F is defined as a vivid red. Its closest recognized web color is Darkred. This translates to an RGB value of rgb(153, 29, 15).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 81% Magenta, 90% Yellow, and 40% Black. The HSL representation is 6.1° hue, 82.1% saturation, and 32.9% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#991D0F
RGB153, 29, 15
HSL6.1°, 82.1%, 32.9%
CMYK0%, 81%, 90%, 40%
HSV6.1°, 90.2%, 60.0%
LAB33.3, 49.3, 40.3
XYZ13.7, 7.7, 1.2
Decimal10034447
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.28:1
Text on #FFFFFF
AAA
2.54:1
Text on #000000
FAIL
7.91:1
Text on #F8FAFC
AAA
2.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #991D0F;
}
.text-color {
color: #991D0F;
}
.border-color {
border: 2px solid #991D0F;
}