#A81D16
A dark, vivid red closely aligning with Firebrick.
About #A81D16
Visually, #A81D16 is defined as a vivid red. It is closely associated with the named CSS color Firebrick. This translates to an RGB value of rgb(168, 29, 22).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 83% magenta, 87% yellow, and 34% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A81D16
RGB168, 29, 22
HSL2.9°, 76.8%, 37.3%
CMYK0%, 83%, 87%, 34%
HSV2.9°, 86.9%, 65.9%
LAB36.5, 54.0, 40.8
XYZ16.7, 9.3, 1.7
Decimal11017494
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.36:1
Text on #FFFFFF
AAA
2.85:1
Text on #000000
FAIL
7.04:1
Text on #F8FAFC
AAA
2.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A81D16;
}
.text-color {
color: #A81D16;
}
.border-color {
border: 2px solid #A81D16;
}