#921D24
A dark, moderate red closely aligning with Brown.
About #921D24
The hex code #921D24 represents a beautifully specific shade of red. Designers often compare it to the standard color Brown. In the RGB color space, it consists of 146 red, 29 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 80% magenta inks. With a hue angle of 356.4 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#921D24
RGB146, 29, 36
HSL356.4°, 66.9%, 34.3%
CMYK0%, 80%, 75%, 43%
HSV356.4°, 80.1%, 57.3%
LAB32.1, 47.8, 27.0
XYZ12.6, 7.1, 2.4
Decimal9575716
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.67:1
Text on #FFFFFF
AAA
2.42:1
Text on #000000
FAIL
8.28:1
Text on #F8FAFC
AAA
2.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #921D24;
}
.text-color {
color: #921D24;
}
.border-color {
border: 2px solid #921D24;
}