#92000F
A dark, vivid red closely aligning with Darkred.
About #92000F
When working with digital screens, the color #92000F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkred. This translates to an RGB value of rgb(146, 0, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#92000F
RGB146, 0, 15
HSL353.8°, 100.0%, 28.6%
CMYK0%, 100%, 90%, 43%
HSV353.8°, 100.0%, 57.3%
LAB29.8, 53.1, 36.9
XYZ11.9, 6.1, 1.0
Decimal9568271
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.42:1
Text on #FFFFFF
AAA
2.23:1
Text on #000000
FAIL
9.00:1
Text on #F8FAFC
AAA
1.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #92000F;
}
.text-color {
color: #92000F;
}
.border-color {
border: 2px solid #92000F;
}