Blazing
#e94e41
Looking for the precise values behind Blazing (#e94e41)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e94e41 | |
|---|---|---|
| RGB | rgb(233, 78, 65) | |
| HSL | hsl(5, 79%, 58%) | |
| CMYK | cmyk(0%, 67%, 72%, 9%) | |
| LAB | lab(56, 60, 42) | |
| OKLCH | oklch(0.64 0.193 29) |
Color harmonies
Tints & shades
Code snippets
color: #e94e41;
background-color: #e94e41;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFE94E41)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.31, blue: 0.25, alpha: 1.0)