#921D33
A dark, moderate red closely aligning with Brown.
About #921D33
Visually, #921D33 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Brown. In the RGB color space, it consists of 146 red, 29 green, and 51 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 80% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#921D33
RGB146, 29, 51
HSL348.7°, 66.9%, 34.3%
CMYK0%, 80%, 65%, 43%
HSV348.7°, 80.1%, 57.3%
LAB32.3, 48.6, 17.7
XYZ12.9, 7.2, 3.8
Decimal9575731
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.59:1
Text on #FFFFFF
AAA
2.45:1
Text on #000000
FAIL
8.21:1
Text on #F8FAFC
AAA
2.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #921D33;
}
.text-color {
color: #921D33;
}
.border-color {
border: 2px solid #921D33;
}