#af0100
a dark, electric red · warm · closest name: firebrick
RGB
175, 1, 0
HSL
0°, 100%, 34%
CMYK
0, 99, 100, 31
Luminance
0.0914
Every format
| HEX | #af0100 |
| RGB | rgb(175, 1, 0) |
| HSL | hsl(0, 100%, 34%) |
| CMYK | cmyk(0%, 99%, 100%, 31%) |
| LAB | lab(36.3 60.3 50.6) |
| LCH | lch(36.3 78.7 40.0) |
| OKLCH | oklch(0.474 0.194 29.3) |
Copy-ready code
/* CSS */
color: #af0100;
background-color: #af0100;
/* Tailwind (arbitrary) */
class="text-[#af0100] bg-[#af0100]"
/* SCSS */
$brand: #af0100;
/* SwiftUI */
Color(red: 0.686, green: 0.004, blue: 0.000)
/* Android */
Color.parseColor("#af0100")Accessibility — WCAG contrast
Aa
#af0100 on white: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0100 on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta99.4%
Yellow100.0%
Key (black)31.4%
Color previews
#af0100 text on a black background
contrast 2.83:1
Card sample
#af0100 text on a white background
contrast 7.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0100;
Background color
Panel with #af0100 background
background-color: #af0100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 1, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 1, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0100; background: linear-gradient(135deg, #af0100, #AF7500);