Lifeguard
#e50000
Here's everything about the color Lifeguard (#e50000) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #e50000 | |
|---|---|---|
| RGB | rgb(229, 0, 0) | |
| HSL | hsl(0, 100%, 45%) | |
| CMYK | cmyk(0%, 100%, 100%, 10%) | |
| LAB | lab(49, 74, 64) | |
| OKLCH | oklch(0.58 0.238 29) |
Color harmonies
Tints & shades
Code snippets
color: #e50000;
background-color: #e50000;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFE50000)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.00, blue: 0.00, alpha: 1.0)