#A01607
A dark, vivid red closely aligning with Darkred.
About #A01607
At its core, #A01607 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkred. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 22, and 7.
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 86% magenta inks. The HSL representation is 5.9° hue, 91.6% saturation, and 32.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A01607
RGB160, 22, 7
HSL5.9°, 91.6%, 32.7%
CMYK0%, 86%, 96%, 37%
HSV5.9°, 95.6%, 62.7%
LAB34.1, 53.1, 44.9
XYZ14.8, 8.1, 1.0
Decimal10491399
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.04:1
Text on #FFFFFF
AAA
2.61:1
Text on #000000
FAIL
7.68:1
Text on #F8FAFC
AAA
2.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A01607;
}
.text-color {
color: #A01607;
}
.border-color {
border: 2px solid #A01607;
}