#c60013
a dark, electric red · warm · closest name: firebrick
RGB
198, 0, 19
HSL
354°, 100%, 39%
CMYK
0, 100, 90, 22
Luminance
0.1205
Every format
| HEX | #c60013 |
| RGB | rgb(198, 0, 19) |
| HSL | hsl(354, 100%, 39%) |
| CMYK | cmyk(0%, 100%, 90%, 22%) |
| LAB | lab(41.3 66.4 48.7) |
| LCH | lch(41.3 82.4 36.3) |
| OKLCH | oklch(0.520 0.212 27.2) |
Copy-ready code
/* CSS */
color: #c60013;
background-color: #c60013;
/* Tailwind (arbitrary) */
class="text-[#c60013] bg-[#c60013]"
/* SCSS */
$brand: #c60013;
/* SwiftUI */
Color(red: 0.776, green: 0.000, blue: 0.075)
/* Android */
Color.parseColor("#c60013")Accessibility — WCAG contrast
Aa
#c60013 on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c60013 on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green0.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow90.4%
Key (black)22.4%
Color previews
#c60013 text on a black background
contrast 3.41:1
Card sample
#c60013 text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c60013;
Background color
Panel with #c60013 background
background-color: #c60013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c60013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 0, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 0, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c60013; background: linear-gradient(135deg, #c60013, #C67100);