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