#AF0F1D
A dark, vivid red closely aligning with Firebrick.
About #AF0F1D
Visually, #AF0F1D is defined as a vivid red. If you're using CSS, you might find it aligns closely with Firebrick. This translates to an RGB value of rgb(175, 15, 29).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 91% M, 83% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF0F1D
RGB175, 15, 29
HSL354.8°, 84.2%, 37.3%
CMYK0%, 91%, 83%, 31%
HSV354.8°, 91.4%, 68.6%
LAB37.0, 59.0, 38.2
XYZ18.1, 9.5, 2.1
Decimal11472669
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.22:1
Text on #FFFFFF
AAA
2.91:1
Text on #000000
FAIL
6.90:1
Text on #F8FAFC
AA
2.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF0F1D;
}
.text-color {
color: #AF0F1D;
}
.border-color {
border: 2px solid #AF0F1D;
}