#AF1D33
A medium, vivid red closely aligning with Brown.
About #AF1D33
At its core, #AF1D33 is a medium and vivid hue. It is closely associated with the named CSS color Brown. In the RGB color space, it consists of 175 red, 29 green, and 51 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 83% magenta, 71% yellow, and 31% black. 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. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF1D33
RGB175, 29, 51
HSL351.0°, 71.6%, 40.0%
CMYK0%, 83%, 71%, 31%
HSV351.0°, 83.4%, 68.6%
LAB38.3, 57.0, 26.4
XYZ18.7, 10.2, 4.1
Decimal11476275
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.89:1
Text on #FFFFFF
AA
3.05:1
Text on #000000
AA Large
6.59:1
Text on #F8FAFC
AA
2.59:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF1D33;
}
.text-color {
color: #AF1D33;
}
.border-color {
border: 2px solid #AF1D33;
}