#A81D33
A dark, vivid red closely aligning with Brown.
About #A81D33
The hex code #A81D33 represents a beautifully specific shade of red. Designers often compare it to the standard color Brown. Its digital footprint relies on 168 parts red, 29 parts green, and 51 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 83% Magenta, 70% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#A81D33
RGB168, 29, 51
HSL350.5°, 70.6%, 38.6%
CMYK0%, 83%, 70%, 34%
HSV350.5°, 82.7%, 65.9%
LAB36.8, 55.0, 24.3
XYZ17.2, 9.4, 4.0
Decimal11017523
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.27:1
Text on #FFFFFF
AAA
2.89:1
Text on #000000
FAIL
6.95:1
Text on #F8FAFC
AA
2.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A81D33;
}
.text-color {
color: #A81D33;
}
.border-color {
border: 2px solid #A81D33;
}