#920F16
A dark, vivid red closely aligning with Maroon.
About #920F16
The hex code #920F16 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Maroon. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 15, and 22.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 90% magenta, 85% yellow, and 43% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#920F16
RGB146, 15, 22
HSL356.8°, 81.4%, 31.6%
CMYK0%, 90%, 85%, 43%
HSV356.8°, 89.7%, 57.3%
LAB30.7, 50.9, 33.9
XYZ12.2, 6.5, 1.4
Decimal9572118
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.12:1
Text on #FFFFFF
AAA
2.30:1
Text on #000000
FAIL
8.72:1
Text on #F8FAFC
AAA
1.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #920F16;
}
.text-color {
color: #920F16;
}
.border-color {
border: 2px solid #920F16;
}