#f13232
a balanced, electric red · warm · closest name: crimson
RGB
241, 50, 50
HSL
0°, 87%, 57%
CMYK
0, 79, 79, 6
Luminance
0.2121
Every format
| HEX | #f13232 |
| RGB | rgb(241, 50, 50) |
| HSL | hsl(0, 87%, 57%) |
| CMYK | cmyk(0%, 79%, 79%, 6%) |
| LAB | lab(53.2 70.1 47.1) |
| LCH | lch(53.2 84.5 33.9) |
| OKLCH | oklch(0.624 0.225 26.8) |
Copy-ready code
/* CSS */
color: #f13232;
background-color: #f13232;
/* Tailwind (arbitrary) */
class="text-[#f13232] bg-[#f13232]"
/* SCSS */
$brand: #f13232;
/* SwiftUI */
Color(red: 0.945, green: 0.196, blue: 0.196)
/* Android */
Color.parseColor("#f13232")Accessibility — WCAG contrast
Aa
#f13232 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f13232 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green19.6%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta79.3%
Yellow79.3%
Key (black)5.5%
Color previews
#f13232 text on a black background
contrast 5.24:1
Card sample
#f13232 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f13232;
Background color
Panel with #f13232 background
background-color: #f13232;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f13232;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 50, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 50, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f13232; background: linear-gradient(135deg, #f13232, #F1B132);