#AF2442
A medium, moderate red closely aligning with Brown.
About #AF2442
Visually, #AF2442 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 36, and 66.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 79% M, 62% Y, and 31% K. The HSL representation is 347.1° hue, 65.9% saturation, and 41.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF2442
RGB175, 36, 66
HSL347.1°, 65.9%, 41.4%
CMYK0%, 79%, 62%, 31%
HSV347.1°, 79.4%, 68.6%
LAB39.2, 56.0, 18.1
XYZ19.3, 10.8, 6.2
Decimal11478082
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.66:1
Text on #FFFFFF
AA
3.15:1
Text on #000000
AA Large
6.36:1
Text on #F8FAFC
AA
2.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF2442;
}
.text-color {
color: #AF2442;
}
.border-color {
border: 2px solid #AF2442;
}