#A80F07
A dark, vivid red closely aligning with Firebrick.
About #A80F07
At its core, #A80F07 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Firebrick. Its digital footprint relies on 168 parts red, 15 parts green, and 7 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 91% M, 96% Y, and 34% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A80F07
RGB168, 15, 7
HSL3.0°, 92.0%, 34.3%
CMYK0%, 91%, 96%, 34%
HSV3.0°, 95.8%, 65.9%
LAB35.4, 56.7, 46.5
XYZ16.4, 8.7, 1.0
Decimal11013895
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.67:1
Text on #FFFFFF
AAA
2.74:1
Text on #000000
FAIL
7.33:1
Text on #F8FAFC
AAA
2.33:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A80F07;
}
.text-color {
color: #A80F07;
}
.border-color {
border: 2px solid #A80F07;
}