#c33708
a dark, electric orange · warm · closest name: firebrick
RGB
195, 55, 8
HSL
15°, 92%, 40%
CMYK
0, 72, 96, 24
Luminance
0.1435
Every format
| HEX | #c33708 |
| RGB | rgb(195, 55, 8) |
| HSL | hsl(15, 92%, 40%) |
| CMYK | cmyk(0%, 72%, 96%, 24%) |
| LAB | lab(44.7 53.9 54.3) |
| LCH | lch(44.7 76.5 45.2) |
| OKLCH | oklch(0.544 0.183 35.7) |
Copy-ready code
/* CSS */
color: #c33708;
background-color: #c33708;
/* Tailwind (arbitrary) */
class="text-[#c33708] bg-[#c33708]"
/* SCSS */
$brand: #c33708;
/* SwiftUI */
Color(red: 0.765, green: 0.216, blue: 0.031)
/* Android */
Color.parseColor("#c33708")Accessibility — WCAG contrast
Aa
#c33708 on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c33708 on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green21.6%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta71.8%
Yellow95.9%
Key (black)23.5%
Color previews
#c33708 text on a black background
contrast 3.87:1
Card sample
#c33708 text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33708;
Background color
Panel with #c33708 background
background-color: #c33708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 55, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 55, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33708; background: linear-gradient(135deg, #c33708, #C3B408);