#c03f13
a dark, electric orange · warm · closest name: firebrick
RGB
192, 63, 19
HSL
15°, 82%, 41%
CMYK
0, 67, 90, 25
Luminance
0.1481
Every format
| HEX | #c03f13 |
| RGB | rgb(192, 63, 19) |
| HSL | hsl(15, 82%, 41%) |
| CMYK | cmyk(0%, 67%, 90%, 25%) |
| LAB | lab(45.4 49.9 51.1) |
| LCH | lch(45.4 71.4 45.7) |
| OKLCH | oklch(0.548 0.173 37.0) |
Copy-ready code
/* CSS */
color: #c03f13;
background-color: #c03f13;
/* Tailwind (arbitrary) */
class="text-[#c03f13] bg-[#c03f13]"
/* SCSS */
$brand: #c03f13;
/* SwiftUI */
Color(red: 0.753, green: 0.247, blue: 0.075)
/* Android */
Color.parseColor("#c03f13")Accessibility — WCAG contrast
Aa
#c03f13 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c03f13 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green24.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow90.1%
Key (black)24.7%
Color previews
#c03f13 text on a black background
contrast 3.96:1
Card sample
#c03f13 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c03f13;
Background color
Panel with #c03f13 background
background-color: #c03f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c03f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 63, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 63, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c03f13; background: linear-gradient(135deg, #c03f13, #C0B313);