#A80707
A dark, vivid red closely aligning with Firebrick.
About #A80707
Visually, #A80707 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Firebrick. In the RGB color space, it consists of 168 red, 7 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 96% magenta, 96% yellow, and 34% black. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
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#A80707
RGB168, 7, 7
HSL0.0°, 92.0%, 34.3%
CMYK0%, 96%, 96%, 34%
HSV0.0°, 95.8%, 65.9%
LAB35.0, 57.8, 46.3
XYZ16.3, 8.5, 1.0
Decimal11011847
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.78:1
Text on #FFFFFF
AAA
2.70:1
Text on #000000
FAIL
7.44:1
Text on #F8FAFC
AAA
2.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A80707;
}
.text-color {
color: #A80707;
}
.border-color {
border: 2px solid #A80707;
}