#A02C07
A dark, vivid red closely aligning with Darkred.
About #A02C07
Visually, #A02C07 is defined as a vivid red. It is closely associated with the named CSS color Darkred. Its digital footprint relies on 160 parts red, 44 parts green, and 7 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 72% magenta, 96% yellow, and 37% black. With a hue angle of 14.5 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A02C07
RGB160, 44, 7
HSL14.5°, 91.6%, 32.7%
CMYK0%, 72%, 96%, 37%
HSV14.5°, 95.6%, 62.7%
LAB36.5, 46.3, 46.3
XYZ15.4, 9.3, 1.2
Decimal10497031
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.35:1
Text on #FFFFFF
AAA
2.86:1
Text on #000000
FAIL
7.02:1
Text on #F8FAFC
AAA
2.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A02C07;
}
.text-color {
color: #A02C07;
}
.border-color {
border: 2px solid #A02C07;
}