#af210c
a dark, electric red · warm · closest name: firebrick
RGB
175, 33, 12
HSL
8°, 87%, 37%
CMYK
0, 81, 93, 31
Luminance
0.1023
Every format
| HEX | #af210c |
| RGB | rgb(175, 33, 12) |
| HSL | hsl(8, 87%, 37%) |
| CMYK | cmyk(0%, 81%, 93%, 31%) |
| LAB | lab(38.3 54.8 47.1) |
| LCH | lch(38.3 72.3 40.7) |
| OKLCH | oklch(0.489 0.180 31.3) |
Copy-ready code
/* CSS */
color: #af210c;
background-color: #af210c;
/* Tailwind (arbitrary) */
class="text-[#af210c] bg-[#af210c]"
/* SCSS */
$brand: #af210c;
/* SwiftUI */
Color(red: 0.686, green: 0.129, blue: 0.047)
/* Android */
Color.parseColor("#af210c")Accessibility — WCAG contrast
Aa
#af210c on white: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af210c on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.9%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow93.1%
Key (black)31.4%
Color previews
#af210c text on a black background
contrast 3.05:1
Card sample
#af210c text on a white background
contrast 6.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af210c;
Background color
Panel with #af210c background
background-color: #af210c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af210c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 33, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 33, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af210c; background: linear-gradient(135deg, #af210c, #AF8E0C);