#92160F
A dark, vivid red closely aligning with Darkred.
About #92160F
When working with digital screens, the color #92160F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkred. Its digital footprint relies on 146 parts red, 22 parts green, and 15 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 85% M, 90% Y, and 43% K. The HSL representation is 3.2° hue, 81.4% saturation, and 31.6% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#92160F
RGB146, 22, 15
HSL3.2°, 81.4%, 31.6%
CMYK0%, 85%, 90%, 43%
HSV3.2°, 89.7%, 57.3%
LAB31.2, 49.1, 38.0
XYZ12.2, 6.7, 1.1
Decimal9573903
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.96:1
Text on #FFFFFF
AAA
2.34:1
Text on #000000
FAIL
8.56:1
Text on #F8FAFC
AAA
1.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #92160F;
}
.text-color {
color: #92160F;
}
.border-color {
border: 2px solid #92160F;
}