#920F24
A dark, vivid red closely aligning with Brown.
About #920F24
Visually, #920F24 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 15, and 36.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 90% M, 75% Y, and 43% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#920F24
RGB146, 15, 36
HSL350.4°, 81.4%, 31.6%
CMYK0%, 90%, 75%, 43%
HSV350.4°, 89.7%, 57.3%
LAB30.8, 51.3, 25.5
XYZ12.3, 6.6, 2.3
Decimal9572132
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.07:1
Text on #FFFFFF
AAA
2.32:1
Text on #000000
FAIL
8.67:1
Text on #F8FAFC
AAA
1.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #920F24;
}
.text-color {
color: #920F24;
}
.border-color {
border: 2px solid #920F24;
}