#7C0F0F
A dark, vivid red closely aligning with Maroon.
About #7C0F0F
The hex code #7C0F0F represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Maroon. Its digital footprint relies on 124 parts red, 15 parts green, and 15 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 88% M, 88% Y, and 51% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C0F0F
RGB124, 15, 15
HSL0.0°, 78.4%, 27.3%
CMYK0%, 88%, 88%, 51%
HSV0.0°, 87.9%, 48.6%
LAB25.7, 44.3, 31.5
XYZ8.6, 4.7, 0.9
Decimal8130319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.87:1
Text on #FFFFFF
AAA
1.93:1
Text on #000000
FAIL
10.39:1
Text on #F8FAFC
AAA
1.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C0F0F;
}
.text-color {
color: #7C0F0F;
}
.border-color {
border: 2px solid #7C0F0F;
}