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