#c71d16
a dark, electric red · warm · closest name: firebrick
RGB
199, 29, 22
HSL
2°, 80%, 43%
CMYK
0, 85, 89, 22
Luminance
0.1308
Every format
| HEX | #c71d16 |
| RGB | rgb(199, 29, 22) |
| HSL | hsl(2, 80%, 43%) |
| CMYK | cmyk(0%, 85%, 89%, 22%) |
| LAB | lab(42.9 62.8 48.6) |
| LCH | lch(42.9 79.5 37.8) |
| OKLCH | oklch(0.532 0.203 28.9) |
Copy-ready code
/* CSS */
color: #c71d16;
background-color: #c71d16;
/* Tailwind (arbitrary) */
class="text-[#c71d16] bg-[#c71d16]"
/* SCSS */
$brand: #c71d16;
/* SwiftUI */
Color(red: 0.780, green: 0.114, blue: 0.086)
/* Android */
Color.parseColor("#c71d16")Accessibility — WCAG contrast
Aa
#c71d16 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71d16 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green11.4%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta85.4%
Yellow88.9%
Key (black)22.0%
Color previews
#c71d16 text on a black background
contrast 3.62:1
Card sample
#c71d16 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71d16;
Background color
Panel with #c71d16 background
background-color: #c71d16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71d16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 29, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 29, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71d16; background: linear-gradient(135deg, #c71d16, #C79316);