#c30813
a dark, electric red · warm · closest name: firebrick
RGB
195, 8, 19
HSL
357°, 92%, 40%
CMYK
0, 96, 90, 24
Luminance
0.1182
Every format
| HEX | #c30813 |
| RGB | rgb(195, 8, 19) |
| HSL | hsl(357, 92%, 40%) |
| CMYK | cmyk(0%, 96%, 90%, 24%) |
| LAB | lab(40.9 64.8 48.2) |
| LCH | lch(40.9 80.8 36.6) |
| OKLCH | oklch(0.516 0.207 27.6) |
Copy-ready code
/* CSS */
color: #c30813;
background-color: #c30813;
/* Tailwind (arbitrary) */
class="text-[#c30813] bg-[#c30813]"
/* SCSS */
$brand: #c30813;
/* SwiftUI */
Color(red: 0.765, green: 0.031, blue: 0.075)
/* Android */
Color.parseColor("#c30813")Accessibility — WCAG contrast
Aa
#c30813 on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c30813 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green3.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta95.9%
Yellow90.3%
Key (black)23.5%
Color previews
#c30813 text on a black background
contrast 3.36:1
Card sample
#c30813 text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c30813;
Background color
Panel with #c30813 background
background-color: #c30813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c30813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 8, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 8, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c30813; background: linear-gradient(135deg, #c30813, #C37A08);