#920016
A dark, vivid red closely aligning with Maroon.
About #920016
The precise color #920016 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Maroon. This translates to an RGB value of rgb(146, 0, 22).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. With a hue angle of 351.0 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#920016
RGB146, 0, 22
HSL351.0°, 100.0%, 28.6%
CMYK0%, 100%, 85%, 43%
HSV351.0°, 100.0%, 57.3%
LAB29.8, 53.3, 33.1
XYZ12.0, 6.2, 1.3
Decimal9568278
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.40:1
Text on #FFFFFF
AAA
2.23:1
Text on #000000
FAIL
8.99:1
Text on #F8FAFC
AAA
1.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #920016;
}
.text-color {
color: #920016;
}
.border-color {
border: 2px solid #920016;
}