#c30c13
a dark, electric red · warm · closest name: firebrick
RGB
195, 12, 19
HSL
358°, 88%, 41%
CMYK
0, 94, 90, 24
Luminance
0.1191
Every format
| HEX | #c30c13 |
| RGB | rgb(195, 12, 19) |
| HSL | hsl(358, 88%, 41%) |
| CMYK | cmyk(0%, 94%, 90%, 24%) |
| LAB | lab(41.1 64.4 48.3) |
| LCH | lch(41.1 80.5 36.8) |
| OKLCH | oklch(0.517 0.206 27.8) |
Copy-ready code
/* CSS */
color: #c30c13;
background-color: #c30c13;
/* Tailwind (arbitrary) */
class="text-[#c30c13] bg-[#c30c13]"
/* SCSS */
$brand: #c30c13;
/* SwiftUI */
Color(red: 0.765, green: 0.047, blue: 0.075)
/* Android */
Color.parseColor("#c30c13")Accessibility — WCAG contrast
Aa
#c30c13 on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c30c13 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green4.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta93.8%
Yellow90.3%
Key (black)23.5%
Color previews
#c30c13 text on a black background
contrast 3.38:1
Card sample
#c30c13 text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c30c13;
Background color
Panel with #c30c13 background
background-color: #c30c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c30c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 12, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 12, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c30c13; background: linear-gradient(135deg, #c30c13, #C37F0C);