#af200f
a dark, electric red · warm · closest name: firebrick
RGB
175, 32, 15
HSL
6°, 84%, 37%
CMYK
0, 82, 91, 31
Luminance
0.1018
Every format
| HEX | #af200f |
| RGB | rgb(175, 32, 15) |
| HSL | hsl(6, 84%, 37%) |
| CMYK | cmyk(0%, 82%, 91%, 31%) |
| LAB | lab(38.2 55.1 45.9) |
| LCH | lch(38.2 71.8 39.8) |
| OKLCH | oklch(0.488 0.180 30.7) |
Copy-ready code
/* CSS */
color: #af200f;
background-color: #af200f;
/* Tailwind (arbitrary) */
class="text-[#af200f] bg-[#af200f]"
/* SCSS */
$brand: #af200f;
/* SwiftUI */
Color(red: 0.686, green: 0.125, blue: 0.059)
/* Android */
Color.parseColor("#af200f")Accessibility — WCAG contrast
Aa
#af200f on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af200f on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.5%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow91.4%
Key (black)31.4%
Color previews
#af200f text on a black background
contrast 3.04:1
Card sample
#af200f text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af200f;
Background color
Panel with #af200f background
background-color: #af200f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af200f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 32, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 32, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af200f; background: linear-gradient(135deg, #af200f, #AF8B0F);