#92001D
A dark, vivid red closely aligning with Brown.
About #92001D
When working with digital screens, the color #92001D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Brown. This translates to an RGB value of rgb(146, 0, 29).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 100% M, 80% Y, and 43% K. The HSL representation is 348.1° hue, 100.0% saturation, and 28.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#92001D
RGB146, 0, 29
HSL348.1°, 100.0%, 28.6%
CMYK0%, 100%, 80%, 43%
HSV348.1°, 100.0%, 57.3%
LAB29.9, 53.5, 28.9
XYZ12.1, 6.2, 1.7
Decimal9568285
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.38:1
Text on #FFFFFF
AAA
2.24:1
Text on #000000
FAIL
8.96:1
Text on #F8FAFC
AAA
1.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #92001D;
}
.text-color {
color: #92001D;
}
.border-color {
border: 2px solid #92001D;
}