#c43913
a dark, electric red · warm · closest name: firebrick
RGB
196, 57, 19
HSL
13°, 82%, 42%
CMYK
0, 71, 90, 23
Luminance
0.1471
Every format
| HEX | #c43913 |
| RGB | rgb(196, 57, 19) |
| HSL | hsl(13, 82%, 42%) |
| CMYK | cmyk(0%, 71%, 90%, 23%) |
| LAB | lab(45.2 53.6 51.3) |
| LCH | lch(45.2 74.2 43.8) |
| OKLCH | oklch(0.548 0.182 34.9) |
Copy-ready code
/* CSS */
color: #c43913;
background-color: #c43913;
/* Tailwind (arbitrary) */
class="text-[#c43913] bg-[#c43913]"
/* SCSS */
$brand: #c43913;
/* SwiftUI */
Color(red: 0.769, green: 0.224, blue: 0.075)
/* Android */
Color.parseColor("#c43913")Accessibility — WCAG contrast
Aa
#c43913 on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c43913 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green22.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow90.3%
Key (black)23.1%
Color previews
#c43913 text on a black background
contrast 3.94:1
Card sample
#c43913 text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c43913;
Background color
Panel with #c43913 background
background-color: #c43913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c43913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 57, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 57, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c43913; background: linear-gradient(135deg, #c43913, #C4AF13);