#66071D
A dark, vivid red closely aligning with Maroon.
About #66071D
At its core, #66071D is a dark and vivid hue. It is closely associated with the named CSS color Maroon. This translates to an RGB value of rgb(102, 7, 29).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 93% Magenta, 72% Yellow, and 60% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#66071D
RGB102, 7, 29
HSL346.1°, 87.2%, 21.4%
CMYK0%, 93%, 72%, 60%
HSV346.1°, 93.1%, 40.0%
LAB20.3, 40.1, 15.2
XYZ5.8, 3.1, 1.4
Decimal6686493
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.02:1
Text on #FFFFFF
AAA
1.61:1
Text on #000000
FAIL
12.44:1
Text on #F8FAFC
AAA
1.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66071D;
}
.text-color {
color: #66071D;
}
.border-color {
border: 2px solid #66071D;
}