#990707
A dark, vivid red closely aligning with Darkred.
About #990707
Visually, #990707 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Darkred. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 7, and 7.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 95% M, 95% Y, and 40% K. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#990707
RGB153, 7, 7
HSL0.0°, 91.2%, 31.4%
CMYK0%, 95%, 95%, 40%
HSV0.0°, 95.4%, 60.0%
LAB31.7, 53.8, 42.6
XYZ13.3, 6.9, 0.8
Decimal10028807
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.79:1
Text on #FFFFFF
AAA
2.39:1
Text on #000000
FAIL
8.41:1
Text on #F8FAFC
AAA
2.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #990707;
}
.text-color {
color: #990707;
}
.border-color {
border: 2px solid #990707;
}