#A8330F
A dark, vivid red closely aligning with Firebrick.
About #A8330F
The hex code #A8330F represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Firebrick. This translates to an RGB value of rgb(168, 51, 15).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 70% magenta, 91% yellow, and 34% black. With a hue angle of 14.1 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. 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#A8330F
RGB168, 51, 15
HSL14.1°, 83.6%, 35.9%
CMYK0%, 70%, 91%, 34%
HSV14.1°, 91.1%, 65.9%
LAB39.1, 46.4, 46.0
XYZ17.4, 10.7, 1.6
Decimal11023119
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.68:1
Text on #FFFFFF
AA
3.15:1
Text on #000000
AA Large
6.38:1
Text on #F8FAFC
AA
2.67:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A8330F;
}
.text-color {
color: #A8330F;
}
.border-color {
border: 2px solid #A8330F;
}