#c00607
a dark, electric red · warm · closest name: firebrick
RGB
192, 6, 7
HSL
360°, 94%, 39%
CMYK
0, 97, 96, 25
Luminance
0.1135
Every format
| HEX | #c00607 |
| RGB | rgb(192, 6, 7) |
| HSL | hsl(360, 94%, 39%) |
| CMYK | cmyk(0%, 97%, 96%, 25%) |
| LAB | lab(40.2 64.1 51.8) |
| LCH | lch(40.2 82.5 38.9) |
| OKLCH | oklch(0.509 0.206 28.9) |
Copy-ready code
/* CSS */
color: #c00607;
background-color: #c00607;
/* Tailwind (arbitrary) */
class="text-[#c00607] bg-[#c00607]"
/* SCSS */
$brand: #c00607;
/* SwiftUI */
Color(red: 0.753, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#c00607")Accessibility — WCAG contrast
Aa
#c00607 on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c00607 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta96.9%
Yellow96.4%
Key (black)24.7%
Color previews
#c00607 text on a black background
contrast 3.27:1
Card sample
#c00607 text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c00607;
Background color
Panel with #c00607 background
background-color: #c00607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c00607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c00607; background: linear-gradient(135deg, #c00607, #C08106);