#c33a13
a dark, electric red · warm · closest name: firebrick
RGB
195, 58, 19
HSL
13°, 82%, 42%
CMYK
0, 70, 90, 24
Luminance
0.1468
Every format
| HEX | #c33a13 |
| RGB | rgb(195, 58, 19) |
| HSL | hsl(13, 82%, 42%) |
| CMYK | cmyk(0%, 70%, 90%, 24%) |
| LAB | lab(45.2 52.9 51.2) |
| LCH | lch(45.2 73.6 44.1) |
| OKLCH | oklch(0.548 0.180 35.3) |
Copy-ready code
/* CSS */
color: #c33a13;
background-color: #c33a13;
/* Tailwind (arbitrary) */
class="text-[#c33a13] bg-[#c33a13]"
/* SCSS */
$brand: #c33a13;
/* SwiftUI */
Color(red: 0.765, green: 0.227, blue: 0.075)
/* Android */
Color.parseColor("#c33a13")Accessibility — WCAG contrast
Aa
#c33a13 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c33a13 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green22.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta70.3%
Yellow90.3%
Key (black)23.5%
Color previews
#c33a13 text on a black background
contrast 3.94:1
Card sample
#c33a13 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33a13;
Background color
Panel with #c33a13 background
background-color: #c33a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 58, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 58, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33a13; background: linear-gradient(135deg, #c33a13, #C3AF13);