#660F16
A dark, vivid red closely aligning with Maroon.
About #660F16
At its core, #660F16 is a dark and vivid hue. It is closely associated with the named CSS color Maroon. In the RGB color space, it consists of 102 red, 15 green, and 22 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 85% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#660F16
RGB102, 15, 22
HSL355.2°, 74.4%, 22.9%
CMYK0%, 85%, 78%, 60%
HSV355.2°, 85.3%, 40.0%
LAB20.9, 37.7, 20.7
XYZ5.8, 3.2, 1.1
Decimal6688534
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.77:1
Text on #FFFFFF
AAA
1.64:1
Text on #000000
FAIL
12.20:1
Text on #F8FAFC
AAA
1.40:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660F16;
}
.text-color {
color: #660F16;
}
.border-color {
border: 2px solid #660F16;
}