#7C0F07
A dark, vivid red closely aligning with Maroon.
About #7C0F07
When working with digital screens, the color #7C0F07 is rendered by mixing light. Its closest recognized web color is Maroon. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 15, and 7.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 88% magenta, 94% yellow, and 51% black. The HSL representation is 4.1° hue, 89.3% saturation, and 25.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C0F07
RGB124, 15, 7
HSL4.1°, 89.3%, 25.7%
CMYK0%, 88%, 94%, 51%
HSV4.1°, 94.4%, 48.6%
LAB25.7, 44.1, 35.0
XYZ8.5, 4.6, 0.6
Decimal8130311
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.89:1
Text on #FFFFFF
AAA
1.93:1
Text on #000000
FAIL
10.41:1
Text on #F8FAFC
AAA
1.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C0F07;
}
.text-color {
color: #7C0F07;
}
.border-color {
border: 2px solid #7C0F07;
}