Last Warning
#d30f3f
Here's everything about the color Last Warning (#d30f3f) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #d30f3f | |
|---|---|---|
| RGB | rgb(211, 15, 63) | |
| HSL | hsl(345, 87%, 44%) | |
| CMYK | cmyk(0%, 93%, 70%, 17%) | |
| LAB | lab(46, 70, 31) | |
| OKLCH | oklch(0.55 0.216 18) |
Color harmonies
Tints & shades
Code snippets
color: #d30f3f;
background-color: #d30f3f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFD30F3F)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.06, blue: 0.25, alpha: 1.0)