#7C2433
A dark, moderate red closely aligning with Brown.
About #7C2433
The hex code #7C2433 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 36, and 51.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 71% magenta inks. The HSL representation is 349.8° hue, 55.0% saturation, and 31.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#7C2433
RGB124, 36, 51
HSL349.8°, 55.0%, 31.4%
CMYK0%, 71%, 59%, 51%
HSV349.8°, 71.0%, 48.6%
LAB28.9, 39.0, 12.3
XYZ9.5, 5.8, 3.7
Decimal8135731
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.73:1
Text on #FFFFFF
AAA
2.16:1
Text on #000000
FAIL
9.30:1
Text on #F8FAFC
AAA
1.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C2433;
}
.text-color {
color: #7C2433;
}
.border-color {
border: 2px solid #7C2433;
}