#A81D07
A dark, vivid red closely aligning with Firebrick.
About #A81D07
Visually, #A81D07 is defined as a vivid red. It is closely associated with the named CSS color Firebrick. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 29, and 7.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 83% magenta, 96% yellow, and 34% black. The HSL representation is 8.2° hue, 92.0% saturation, and 34.3% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A81D07
RGB168, 29, 7
HSL8.2°, 92.0%, 34.3%
CMYK0%, 83%, 96%, 34%
HSV8.2°, 95.8%, 65.9%
LAB36.4, 53.8, 47.1
XYZ16.6, 9.2, 1.1
Decimal11017479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.38:1
Text on #FFFFFF
AAA
2.84:1
Text on #000000
FAIL
7.06:1
Text on #F8FAFC
AAA
2.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A81D07;
}
.text-color {
color: #A81D07;
}
.border-color {
border: 2px solid #A81D07;
}