#c44021
a dark, vivid red · warm · closest name: firebrick
RGB
196, 64, 33
HSL
11°, 71%, 45%
CMYK
0, 67, 83, 23
Luminance
0.1551
Every format
| HEX | #c44021 |
| RGB | rgb(196, 64, 33) |
| HSL | hsl(11, 71%, 45%) |
| CMYK | cmyk(0%, 67%, 83%, 23%) |
| LAB | lab(46.3 51.1 46.3) |
| LCH | lch(46.3 69.0 42.1) |
| OKLCH | oklch(0.557 0.174 34.3) |
Copy-ready code
/* CSS */
color: #c44021;
background-color: #c44021;
/* Tailwind (arbitrary) */
class="text-[#c44021] bg-[#c44021]"
/* SCSS */
$brand: #c44021;
/* SwiftUI */
Color(red: 0.769, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#c44021")Accessibility — WCAG contrast
Aa
#c44021 on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c44021 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow83.2%
Key (black)23.1%
Color previews
#c44021 text on a black background
contrast 4.10:1
Card sample
#c44021 text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44021;
Background color
Panel with #c44021 background
background-color: #c44021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44021; background: linear-gradient(135deg, #c44021, #C4AD21);