#AF0F33
A dark, vivid red closely aligning with Brown.
About #AF0F33
At its core, #AF0F33 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Brown. This translates to an RGB value of rgb(175, 15, 51).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 91% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF0F33
RGB175, 15, 51
HSL346.5°, 84.2%, 37.3%
CMYK0%, 91%, 71%, 31%
HSV346.5°, 91.4%, 68.6%
LAB37.3, 59.8, 25.2
XYZ18.4, 9.7, 4.0
Decimal11472691
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.15:1
Text on #FFFFFF
AAA
2.94:1
Text on #000000
FAIL
6.83:1
Text on #F8FAFC
AA
2.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF0F33;
}
.text-color {
color: #AF0F33;
}
.border-color {
border: 2px solid #AF0F33;
}