#c44112
a dark, electric orange · warm · closest name: chocolate
RGB
196, 65, 18
HSL
16°, 83%, 42%
CMYK
0, 67, 91, 23
Luminance
0.1556
Every format
| HEX | #c44112 |
| RGB | rgb(196, 65, 18) |
| HSL | hsl(16, 83%, 42%) |
| CMYK | cmyk(0%, 67%, 91%, 23%) |
| LAB | lab(46.4 50.4 52.5) |
| LCH | lch(46.4 72.8 46.2) |
| OKLCH | oklch(0.557 0.175 37.4) |
Copy-ready code
/* CSS */
color: #c44112;
background-color: #c44112;
/* Tailwind (arbitrary) */
class="text-[#c44112] bg-[#c44112]"
/* SCSS */
$brand: #c44112;
/* SwiftUI */
Color(red: 0.769, green: 0.255, blue: 0.071)
/* Android */
Color.parseColor("#c44112")Accessibility — WCAG contrast
Aa
#c44112 on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c44112 on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green25.5%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta66.8%
Yellow90.8%
Key (black)23.1%
Color previews
#c44112 text on a black background
contrast 4.11:1
Card sample
#c44112 text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44112;
Background color
Panel with #c44112 background
background-color: #c44112;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44112;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 65, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 65, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44112; background: linear-gradient(135deg, #c44112, #C4B812);