#c60607
a dark, electric red · warm · closest name: firebrick
RGB
198, 6, 7
HSL
360°, 94%, 40%
CMYK
0, 97, 97, 22
Luminance
0.1215
Every format
| HEX | #c60607 |
| RGB | rgb(198, 6, 7) |
| HSL | hsl(360, 94%, 40%) |
| CMYK | cmyk(0%, 97%, 97%, 22%) |
| LAB | lab(41.5 65.7 53.2) |
| LCH | lch(41.5 84.5 39.0) |
| OKLCH | oklch(0.521 0.211 28.9) |
Copy-ready code
/* CSS */
color: #c60607;
background-color: #c60607;
/* Tailwind (arbitrary) */
class="text-[#c60607] bg-[#c60607]"
/* SCSS */
$brand: #c60607;
/* SwiftUI */
Color(red: 0.776, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#c60607")Accessibility — WCAG contrast
Aa
#c60607 on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c60607 on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta97.0%
Yellow96.5%
Key (black)22.4%
Color previews
#c60607 text on a black background
contrast 3.43:1
Card sample
#c60607 text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c60607;
Background color
Panel with #c60607 background
background-color: #c60607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c60607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c60607; background: linear-gradient(135deg, #c60607, #C68506);