#7C000F
A dark, vivid red closely aligning with Maroon.
About #7C000F
At its core, #7C000F is a dark and vivid hue. Its closest recognized web color is Maroon. This translates to an RGB value of rgb(124, 0, 15).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 100% Magenta, 88% Yellow, and 51% Black. The HSL representation is 352.7° hue, 100.0% saturation, and 24.3% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#7C000F
RGB124, 0, 15
HSL352.7°, 100.0%, 24.3%
CMYK0%, 100%, 88%, 51%
HSV352.7°, 100.0%, 48.6%
LAB24.7, 47.3, 30.5
XYZ8.4, 4.3, 0.8
Decimal8126479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.27:1
Text on #FFFFFF
AAA
1.86:1
Text on #000000
FAIL
10.77:1
Text on #F8FAFC
AAA
1.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C000F;
}
.text-color {
color: #7C000F;
}
.border-color {
border: 2px solid #7C000F;
}