#992C0F
A dark, vivid red closely aligning with Darkred.
About #992C0F
When working with digital screens, the color #992C0F is rendered by mixing light. It is closely associated with the named CSS color Darkred. This translates to an RGB value of rgb(153, 44, 15).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 71% M, 90% Y, and 40% K. With a hue angle of 12.6 degrees, it sits comfortably in the red spectrum.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#992C0F
RGB153, 44, 15
HSL12.6°, 82.1%, 32.9%
CMYK0%, 71%, 90%, 40%
HSV12.6°, 90.2%, 60.0%
LAB35.2, 44.1, 41.8
XYZ14.1, 8.6, 1.4
Decimal10038287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.72:1
Text on #FFFFFF
AAA
2.72:1
Text on #000000
FAIL
7.37:1
Text on #F8FAFC
AAA
2.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #992C0F;
}
.text-color {
color: #992C0F;
}
.border-color {
border: 2px solid #992C0F;
}