#921624
A dark, vivid red closely aligning with Brown.
About #921624
When working with digital screens, the color #921624 is rendered by mixing light. Designers often compare it to the standard color Brown. In the RGB color space, it consists of 146 red, 22 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 85% Magenta, 75% Yellow, and 43% Black. 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#921624
RGB146, 22, 36
HSL353.2°, 73.8%, 32.9%
CMYK0%, 85%, 75%, 43%
HSV353.2°, 84.9%, 57.3%
LAB31.4, 49.8, 26.2
XYZ12.5, 6.8, 2.3
Decimal9573924
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.89:1
Text on #FFFFFF
AAA
2.36:1
Text on #000000
FAIL
8.50:1
Text on #F8FAFC
AAA
2.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #921624;
}
.text-color {
color: #921624;
}
.border-color {
border: 2px solid #921624;
}