#7C1D24
A dark, moderate red closely aligning with Brown.
About #7C1D24
Visually, #7C1D24 is defined as a moderate red. It is closely associated with the named CSS color Brown. This translates to an RGB value of rgb(124, 29, 36).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 77% Magenta, 71% Yellow, and 51% Black. With a hue angle of 355.6 degrees, it sits comfortably in the red spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C1D24
RGB124, 29, 36
HSL355.6°, 62.1%, 30.0%
CMYK0%, 77%, 71%, 51%
HSV355.6°, 76.6%, 48.6%
LAB27.5, 40.8, 20.5
XYZ9.1, 5.3, 2.2
Decimal8133924
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.20:1
Text on #FFFFFF
AAA
2.06:1
Text on #000000
FAIL
9.75:1
Text on #F8FAFC
AAA
1.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C1D24;
}
.text-color {
color: #7C1D24;
}
.border-color {
border: 2px solid #7C1D24;
}