#c91d13
a dark, electric red · warm · closest name: firebrick
RGB
201, 29, 19
HSL
3°, 83%, 43%
CMYK
0, 86, 91, 21
Luminance
0.1334
Every format
| HEX | #c91d13 |
| RGB | rgb(201, 29, 19) |
| HSL | hsl(3, 83%, 43%) |
| CMYK | cmyk(0%, 86%, 91%, 21%) |
| LAB | lab(43.3 63.3 50.4) |
| LCH | lch(43.3 80.9 38.5) |
| OKLCH | oklch(0.535 0.205 29.4) |
Copy-ready code
/* CSS */
color: #c91d13;
background-color: #c91d13;
/* Tailwind (arbitrary) */
class="text-[#c91d13] bg-[#c91d13]"
/* SCSS */
$brand: #c91d13;
/* SwiftUI */
Color(red: 0.788, green: 0.114, blue: 0.075)
/* Android */
Color.parseColor("#c91d13")Accessibility — WCAG contrast
Aa
#c91d13 on white: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c91d13 on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green11.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta85.6%
Yellow90.5%
Key (black)21.2%
Color previews
#c91d13 text on a black background
contrast 3.67:1
Card sample
#c91d13 text on a white background
contrast 5.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c91d13;
Background color
Panel with #c91d13 background
background-color: #c91d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c91d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 29, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 29, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c91d13; background: linear-gradient(135deg, #c91d13, #C99613);