#c93607
a dark, electric red · warm · closest name: tomato
RGB
201, 54, 7
HSL
15°, 93%, 41%
CMYK
0, 73, 97, 21
Luminance
0.1507
Every format
| HEX | #c93607 |
| RGB | rgb(201, 54, 7) |
| HSL | hsl(15, 93%, 41%) |
| CMYK | cmyk(0%, 73%, 97%, 21%) |
| LAB | lab(45.7 56.1 55.8) |
| LCH | lch(45.7 79.1 44.8) |
| OKLCH | oklch(0.554 0.190 35.1) |
Copy-ready code
/* CSS */
color: #c93607;
background-color: #c93607;
/* Tailwind (arbitrary) */
class="text-[#c93607] bg-[#c93607]"
/* SCSS */
$brand: #c93607;
/* SwiftUI */
Color(red: 0.788, green: 0.212, blue: 0.027)
/* Android */
Color.parseColor("#c93607")Accessibility — WCAG contrast
Aa
#c93607 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c93607 on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green21.2%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow96.5%
Key (black)21.2%
Color previews
#c93607 text on a black background
contrast 4.01:1
Card sample
#c93607 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c93607;
Background color
Panel with #c93607 background
background-color: #c93607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c93607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 54, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 54, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c93607; background: linear-gradient(135deg, #c93607, #C9B707);