#922C24
A dark, moderate red closely aligning with Brown.
About #922C24
The hex code #922C24 represents a beautifully specific shade of red. Designers often compare it to the standard color Brown. This translates to an RGB value of rgb(146, 44, 36).
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 70% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#922C24
RGB146, 44, 36
HSL4.4°, 60.4%, 35.7%
CMYK0%, 70%, 75%, 43%
HSV4.4°, 75.3%, 57.3%
LAB34.1, 42.3, 29.2
XYZ13.1, 8.0, 2.5
Decimal9579556
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.05:1
Text on #FFFFFF
AAA
2.61:1
Text on #000000
FAIL
7.70:1
Text on #F8FAFC
AAA
2.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #922C24;
}
.text-color {
color: #922C24;
}
.border-color {
border: 2px solid #922C24;
}