#A81607
A dark, vivid red closely aligning with Firebrick.
About #A81607
When working with digital screens, the color #A81607 is rendered by mixing light. It is closely associated with the named CSS color Firebrick. Its digital footprint relies on 168 parts red, 22 parts green, and 7 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 87% Magenta, 96% Yellow, and 34% Black. The HSL representation is 5.6° hue, 92.0% saturation, and 34.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A81607
RGB168, 22, 7
HSL5.6°, 92.0%, 34.3%
CMYK0%, 87%, 96%, 34%
HSV5.6°, 95.8%, 65.9%
LAB35.8, 55.4, 46.7
XYZ16.5, 8.9, 1.1
Decimal11015687
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.55:1
Text on #FFFFFF
AAA
2.78:1
Text on #000000
FAIL
7.21:1
Text on #F8FAFC
AAA
2.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A81607;
}
.text-color {
color: #A81607;
}
.border-color {
border: 2px solid #A81607;
}