#92243A
A dark, moderate red closely aligning with Brown.
About #92243A
When working with digital screens, the color #92243A is rendered by mixing light. Designers often compare it to the standard color Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 36, and 58.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 75% M, 60% Y, and 43% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#92243A
RGB146, 36, 58
HSL348.0°, 60.4%, 35.7%
CMYK0%, 75%, 60%, 43%
HSV348.0°, 75.3%, 57.3%
LAB33.3, 46.7, 14.4
XYZ13.2, 7.7, 4.8
Decimal9577530
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.28:1
Text on #FFFFFF
AAA
2.54:1
Text on #000000
FAIL
7.92:1
Text on #F8FAFC
AAA
2.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #92243A;
}
.text-color {
color: #92243A;
}
.border-color {
border: 2px solid #92243A;
}