#AF070F
A dark, vivid red closely aligning with Firebrick.
About #AF070F
At its core, #AF070F is a dark and vivid hue. Designers often compare it to the standard color Firebrick. This translates to an RGB value of rgb(175, 7, 15).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 96% M, 91% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF070F
RGB175, 7, 15
HSL357.1°, 92.3%, 35.7%
CMYK0%, 96%, 91%, 31%
HSV357.1°, 96.0%, 68.6%
LAB36.6, 59.7, 44.8
XYZ17.8, 9.3, 1.3
Decimal11470607
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.34:1
Text on #FFFFFF
AAA
2.86:1
Text on #000000
FAIL
7.02:1
Text on #F8FAFC
AAA
2.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF070F;
}
.text-color {
color: #AF070F;
}
.border-color {
border: 2px solid #AF070F;
}