#c63c13
a dark, electric red · warm · closest name: firebrick
RGB
198, 60, 19
HSL
14°, 83%, 43%
CMYK
0, 70, 90, 22
Luminance
0.1528
Every format
| HEX | #c63c13 |
| RGB | rgb(198, 60, 19) |
| HSL | hsl(14, 83%, 43%) |
| CMYK | cmyk(0%, 70%, 90%, 22%) |
| LAB | lab(46.0 53.1 52.1) |
| LCH | lch(46.0 74.4 44.4) |
| OKLCH | oklch(0.555 0.181 35.6) |
Copy-ready code
/* CSS */
color: #c63c13;
background-color: #c63c13;
/* Tailwind (arbitrary) */
class="text-[#c63c13] bg-[#c63c13]"
/* SCSS */
$brand: #c63c13;
/* SwiftUI */
Color(red: 0.776, green: 0.235, blue: 0.075)
/* Android */
Color.parseColor("#c63c13")Accessibility — WCAG contrast
Aa
#c63c13 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c63c13 on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green23.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow90.4%
Key (black)22.4%
Color previews
#c63c13 text on a black background
contrast 4.06:1
Card sample
#c63c13 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c63c13;
Background color
Panel with #c63c13 background
background-color: #c63c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c63c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 60, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 60, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c63c13; background: linear-gradient(135deg, #c63c13, #C6B313);