#c03d13
a dark, electric red · warm · closest name: firebrick
RGB
192, 61, 19
HSL
15°, 82%, 41%
CMYK
0, 68, 90, 25
Luminance
0.1459
Every format
| HEX | #c03d13 |
| RGB | rgb(192, 61, 19) |
| HSL | hsl(15, 82%, 41%) |
| CMYK | cmyk(0%, 68%, 90%, 25%) |
| LAB | lab(45.1 50.7 50.9) |
| LCH | lch(45.1 71.8 45.1) |
| OKLCH | oklch(0.546 0.174 36.4) |
Copy-ready code
/* CSS */
color: #c03d13;
background-color: #c03d13;
/* Tailwind (arbitrary) */
class="text-[#c03d13] bg-[#c03d13]"
/* SCSS */
$brand: #c03d13;
/* SwiftUI */
Color(red: 0.753, green: 0.239, blue: 0.075)
/* Android */
Color.parseColor("#c03d13")Accessibility — WCAG contrast
Aa
#c03d13 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c03d13 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green23.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta68.2%
Yellow90.1%
Key (black)24.7%
Color previews
#c03d13 text on a black background
contrast 3.92:1
Card sample
#c03d13 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c03d13;
Background color
Panel with #c03d13 background
background-color: #c03d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c03d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 61, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 61, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c03d13; background: linear-gradient(135deg, #c03d13, #C0B113);