#66070F
A dark, vivid red closely aligning with Maroon.
About #66070F
At its core, #66070F is a dark and vivid hue. Its closest recognized web color is Maroon. In the RGB color space, it consists of 102 red, 7 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 93% magenta, 85% yellow, and 60% black. The HSL representation is 354.9° hue, 87.2% saturation, and 21.4% lightness.
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#66070F
RGB102, 7, 15
HSL354.9°, 87.2%, 21.4%
CMYK0%, 93%, 85%, 60%
HSV354.9°, 93.1%, 40.0%
LAB20.1, 39.5, 24.1
XYZ5.6, 3.0, 0.7
Decimal6686479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.11:1
Text on #FFFFFF
AAA
1.60:1
Text on #000000
FAIL
12.53:1
Text on #F8FAFC
AAA
1.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66070F;
}
.text-color {
color: #66070F;
}
.border-color {
border: 2px solid #66070F;
}