#c63b21
a balanced, vivid red · warm · closest name: firebrick
RGB
198, 59, 33
HSL
10°, 71%, 45%
CMYK
0, 70, 83, 22
Luminance
0.1524
Every format
| HEX | #c63b21 |
| RGB | rgb(198, 59, 33) |
| HSL | hsl(10, 71%, 45%) |
| CMYK | cmyk(0%, 70%, 83%, 22%) |
| LAB | lab(46.0 53.8 46.0) |
| LCH | lch(46.0 70.8 40.6) |
| OKLCH | oklch(0.555 0.180 32.7) |
Copy-ready code
/* CSS */
color: #c63b21;
background-color: #c63b21;
/* Tailwind (arbitrary) */
class="text-[#c63b21] bg-[#c63b21]"
/* SCSS */
$brand: #c63b21;
/* SwiftUI */
Color(red: 0.776, green: 0.231, blue: 0.129)
/* Android */
Color.parseColor("#c63b21")Accessibility — WCAG contrast
Aa
#c63b21 on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c63b21 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green23.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow83.3%
Key (black)22.4%
Color previews
#c63b21 text on a black background
contrast 4.05:1
Card sample
#c63b21 text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c63b21;
Background color
Panel with #c63b21 background
background-color: #c63b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c63b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 59, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 59, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c63b21; background: linear-gradient(135deg, #c63b21, #C6A921);