#7C0F24
A dark, vivid red closely aligning with Brown.
About #7C0F24
The hex code #7C0F24 represents a beautifully specific shade of red. It is closely associated with the named CSS color Brown. Its digital footprint relies on 124 parts red, 15 parts green, and 36 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 88% Magenta, 71% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C0F24
RGB124, 15, 36
HSL348.4°, 78.4%, 27.3%
CMYK0%, 88%, 71%, 51%
HSV348.4°, 87.9%, 48.6%
LAB26.0, 45.1, 18.6
XYZ8.8, 4.8, 2.1
Decimal8130340
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.76:1
Text on #FFFFFF
AAA
1.95:1
Text on #000000
FAIL
10.29:1
Text on #F8FAFC
AAA
1.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C0F24;
}
.text-color {
color: #7C0F24;
}
.border-color {
border: 2px solid #7C0F24;
}