#df1925
a balanced, electric red · warm · closest name: crimson
RGB
223, 25, 37
HSL
356°, 80%, 49%
CMYK
0, 89, 83, 13
Luminance
0.1652
Every format
| HEX | #df1925 |
| RGB | rgb(223, 25, 37) |
| HSL | hsl(356, 80%, 49%) |
| CMYK | cmyk(0%, 89%, 83%, 13%) |
| LAB | lab(47.6 70.2 47.4) |
| LCH | lch(47.6 84.7 34.0) |
| OKLCH | oklch(0.576 0.224 26.2) |
Copy-ready code
/* CSS */
color: #df1925;
background-color: #df1925;
/* Tailwind (arbitrary) */
class="text-[#df1925] bg-[#df1925]"
/* SCSS */
$brand: #df1925;
/* SwiftUI */
Color(red: 0.875, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#df1925")Accessibility — WCAG contrast
Aa
#df1925 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1925 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green9.8%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta88.8%
Yellow83.4%
Key (black)12.5%
Color previews
#df1925 text on a black background
contrast 4.30:1
Card sample
#df1925 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1925;
Background color
Panel with #df1925 background
background-color: #df1925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1925; background: linear-gradient(135deg, #df1925, #DF9119);