#c64021
a balanced, vivid red · warm · closest name: firebrick
RGB
198, 64, 33
HSL
11°, 71%, 45%
CMYK
0, 68, 83, 22
Luminance
0.1578
Every format
| HEX | #c64021 |
| RGB | rgb(198, 64, 33) |
| HSL | hsl(11, 71%, 45%) |
| CMYK | cmyk(0%, 68%, 83%, 22%) |
| LAB | lab(46.7 51.8 46.7) |
| LCH | lch(46.7 69.8 42.0) |
| OKLCH | oklch(0.560 0.176 34.2) |
Copy-ready code
/* CSS */
color: #c64021;
background-color: #c64021;
/* Tailwind (arbitrary) */
class="text-[#c64021] bg-[#c64021]"
/* SCSS */
$brand: #c64021;
/* SwiftUI */
Color(red: 0.776, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#c64021")Accessibility — WCAG contrast
Aa
#c64021 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c64021 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta67.7%
Yellow83.3%
Key (black)22.4%
Color previews
#c64021 text on a black background
contrast 4.16:1
Card sample
#c64021 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64021;
Background color
Panel with #c64021 background
background-color: #c64021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64021; background: linear-gradient(135deg, #c64021, #C6AE21);