#c30213
a dark, electric red · warm · closest name: firebrick
RGB
195, 2, 19
HSL
355°, 98%, 39%
CMYK
0, 99, 90, 24
Luminance
0.1169
Every format
| HEX | #c30213 |
| RGB | rgb(195, 2, 19) |
| HSL | hsl(355, 98%, 39%) |
| CMYK | cmyk(0%, 99%, 90%, 24%) |
| LAB | lab(40.7 65.5 48.0) |
| LCH | lch(40.7 81.2 36.3) |
| OKLCH | oklch(0.514 0.209 27.2) |
Copy-ready code
/* CSS */
color: #c30213;
background-color: #c30213;
/* Tailwind (arbitrary) */
class="text-[#c30213] bg-[#c30213]"
/* SCSS */
$brand: #c30213;
/* SwiftUI */
Color(red: 0.765, green: 0.008, blue: 0.075)
/* Android */
Color.parseColor("#c30213")Accessibility — WCAG contrast
Aa
#c30213 on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c30213 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green0.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow90.3%
Key (black)23.5%
Color previews
#c30213 text on a black background
contrast 3.34:1
Card sample
#c30213 text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c30213;
Background color
Panel with #c30213 background
background-color: #c30213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c30213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 2, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 2, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c30213; background: linear-gradient(135deg, #c30213, #C37202);