#c22c13
a dark, electric red · warm · closest name: firebrick
RGB
194, 44, 19
HSL
9°, 82%, 42%
CMYK
0, 77, 90, 24
Luminance
0.1332
Every format
| HEX | #c22c13 |
| RGB | rgb(194, 44, 19) |
| HSL | hsl(9, 82%, 42%) |
| CMYK | cmyk(0%, 77%, 90%, 24%) |
| LAB | lab(43.2 57.4 49.7) |
| LCH | lch(43.2 76.0 40.9) |
| OKLCH | oklch(0.533 0.190 31.9) |
Copy-ready code
/* CSS */
color: #c22c13;
background-color: #c22c13;
/* Tailwind (arbitrary) */
class="text-[#c22c13] bg-[#c22c13]"
/* SCSS */
$brand: #c22c13;
/* SwiftUI */
Color(red: 0.761, green: 0.173, blue: 0.075)
/* Android */
Color.parseColor("#c22c13")Accessibility — WCAG contrast
Aa
#c22c13 on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c22c13 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green17.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow90.2%
Key (black)23.9%
Color previews
#c22c13 text on a black background
contrast 3.66:1
Card sample
#c22c13 text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c22c13;
Background color
Panel with #c22c13 background
background-color: #c22c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c22c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 44, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 44, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c22c13; background: linear-gradient(135deg, #c22c13, #C2A113);