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