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