#660F00
A dark, vivid red closely aligning with Maroon.
About #660F00
When working with digital screens, the color #660F00 is rendered by mixing light. It is closely associated with the named CSS color Maroon. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 15, and 0.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 85% Magenta, 100% Yellow, and 60% Black. 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#660F00
RGB102, 15, 0
HSL8.8°, 100.0%, 20.0%
CMYK0%, 85%, 100%, 60%
HSV8.8°, 100.0%, 40.0%
LAB20.7, 37.0, 31.2
XYZ5.7, 3.2, 0.3
Decimal6688512
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.86:1
Text on #FFFFFF
AAA
1.63:1
Text on #000000
FAIL
12.29:1
Text on #F8FAFC
AAA
1.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660F00;
}
.text-color {
color: #660F00;
}
.border-color {
border: 2px solid #660F00;
}