Blood of My Enemies
#e0413a
Looking for the precise values behind Blood of My Enemies (#e0413a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e0413a | |
|---|---|---|
| RGB | rgb(224, 65, 58) | |
| HSL | hsl(3, 73%, 55%) | |
| CMYK | cmyk(0%, 71%, 74%, 12%) | |
| LAB | lab(53, 62, 42) | |
| OKLCH | oklch(0.61 0.197 27) |
Color harmonies
Tints & shades
Code snippets
color: #e0413a;
background-color: #e0413a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFE0413A)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.25, blue: 0.23, alpha: 1.0)