#c03213
a dark, electric red · warm · closest name: firebrick
RGB
192, 50, 19
HSL
11°, 82%, 41%
CMYK
0, 74, 90, 25
Luminance
0.1353
Every format
| HEX | #c03213 |
| RGB | rgb(192, 50, 19) |
| HSL | hsl(11, 82%, 41%) |
| CMYK | cmyk(0%, 74%, 90%, 25%) |
| LAB | lab(43.6 54.8 49.8) |
| LCH | lch(43.6 74.1 42.2) |
| OKLCH | oklch(0.534 0.183 33.3) |
Copy-ready code
/* CSS */
color: #c03213;
background-color: #c03213;
/* Tailwind (arbitrary) */
class="text-[#c03213] bg-[#c03213]"
/* SCSS */
$brand: #c03213;
/* SwiftUI */
Color(red: 0.753, green: 0.196, blue: 0.075)
/* Android */
Color.parseColor("#c03213")Accessibility — WCAG contrast
Aa
#c03213 on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c03213 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green19.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta74.0%
Yellow90.1%
Key (black)24.7%
Color previews
#c03213 text on a black background
contrast 3.71:1
Card sample
#c03213 text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c03213;
Background color
Panel with #c03213 background
background-color: #c03213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c03213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 50, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 50, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c03213; background: linear-gradient(135deg, #c03213, #C0A613);