Tomato Baby
#e10d18
Tomato Baby, represented by the hex value #e10d18, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e10d18 | |
|---|---|---|
| RGB | rgb(225, 13, 24) | |
| HSL | hsl(357, 89%, 47%) | |
| CMYK | cmyk(0%, 94%, 89%, 12%) | |
| LAB | lab(48, 73, 56) | |
| OKLCH | oklch(0.57 0.231 28) |
Color harmonies
Tints & shades
Code snippets
color: #e10d18;
background-color: #e10d18;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFE10D18)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.05, blue: 0.09, alpha: 1.0)