#AF4250
A medium, moderate red closely aligning with Indianred.
About #AF4250
The hex code #AF4250 represents a beautifully specific shade of red. It is closely associated with the named CSS color Indianred. Its digital footprint relies on 175 parts red, 66 parts green, and 80 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 62% magenta, 54% yellow, and 31% black. With a hue angle of 352.3 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF4250
RGB175, 66, 80
HSL352.3°, 45.2%, 47.3%
CMYK0%, 62%, 54%, 31%
HSV352.3°, 62.3%, 68.6%
LAB43.6, 45.6, 15.4
XYZ21.1, 13.6, 9.1
Decimal11485776
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.65:1
Text on #FFFFFF
AA
3.72:1
Text on #000000
AA Large
5.40:1
Text on #F8FAFC
AA
3.16:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF4250;
}
.text-color {
color: #AF4250;
}
.border-color {
border: 2px solid #AF4250;
}