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