#7C1607
A dark, vivid red closely aligning with Maroon.
About #7C1607
Visually, #7C1607 is defined as a vivid red. Designers often compare it to the standard color Maroon. This translates to an RGB value of rgb(124, 22, 7).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 82% M, 94% Y, and 51% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C1607
RGB124, 22, 7
HSL7.7°, 89.3%, 25.7%
CMYK0%, 82%, 94%, 51%
HSV7.7°, 94.4%, 48.6%
LAB26.4, 42.2, 35.7
XYZ8.6, 4.9, 0.7
Decimal8132103
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.63:1
Text on #FFFFFF
AAA
1.97:1
Text on #000000
FAIL
10.16:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C1607;
}
.text-color {
color: #7C1607;
}
.border-color {
border: 2px solid #7C1607;
}