#AF2407
A dark, vivid red closely aligning with Firebrick.
About #AF2407
When working with digital screens, the color #AF2407 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Firebrick. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 36, and 7.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 79% Magenta, 96% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
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#AF2407
RGB175, 36, 7
HSL10.4°, 92.3%, 35.7%
CMYK0%, 79%, 96%, 31%
HSV10.4°, 96.0%, 68.6%
LAB38.5, 53.9, 49.0
XYZ18.3, 10.4, 1.2
Decimal11478023
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.82:1
Text on #FFFFFF
AA
3.08:1
Text on #000000
AA Large
6.52:1
Text on #F8FAFC
AA
2.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF2407;
}
.text-color {
color: #AF2407;
}
.border-color {
border: 2px solid #AF2407;
}