#c01206
a dark, electric red · warm · closest name: firebrick
RGB
192, 18, 6
HSL
4°, 94%, 39%
CMYK
0, 91, 97, 25
Luminance
0.1165
Every format
| HEX | #c01206 |
| RGB | rgb(192, 18, 6) |
| HSL | hsl(4, 94%, 39%) |
| CMYK | cmyk(0%, 91%, 97%, 25%) |
| LAB | lab(40.7 62.7 52.4) |
| LCH | lch(40.7 81.7 39.9) |
| OKLCH | oklch(0.513 0.203 29.8) |
Copy-ready code
/* CSS */
color: #c01206;
background-color: #c01206;
/* Tailwind (arbitrary) */
class="text-[#c01206] bg-[#c01206]"
/* SCSS */
$brand: #c01206;
/* SwiftUI */
Color(red: 0.753, green: 0.071, blue: 0.024)
/* Android */
Color.parseColor("#c01206")Accessibility — WCAG contrast
Aa
#c01206 on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01206 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.1%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow96.9%
Key (black)24.7%
Color previews
#c01206 text on a black background
contrast 3.33:1
Card sample
#c01206 text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01206;
Background color
Panel with #c01206 background
background-color: #c01206;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01206;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 18, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 18, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01206; background: linear-gradient(135deg, #c01206, #C08E06);