#A00707
A dark, vivid red closely aligning with Darkred.
About #A00707
At its core, #A00707 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkred. In the RGB color space, it consists of 160 red, 7 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 96% M, 96% Y, and 37% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A00707
RGB160, 7, 7
HSL0.0°, 91.6%, 32.7%
CMYK0%, 96%, 96%, 37%
HSV0.0°, 95.6%, 62.7%
LAB33.2, 55.7, 44.3
XYZ14.6, 7.6, 0.9
Decimal10487559
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.31:1
Text on #FFFFFF
AAA
2.53:1
Text on #000000
FAIL
7.94:1
Text on #F8FAFC
AAA
2.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A00707;
}
.text-color {
color: #A00707;
}
.border-color {
border: 2px solid #A00707;
}