Smouldering Red
#ca3434
Here's everything about the color Smouldering Red (#ca3434) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ca3434 | |
|---|---|---|
| RGB | rgb(202, 52, 52) | |
| HSL | hsl(0, 59%, 50%) | |
| CMYK | cmyk(0%, 74%, 74%, 21%) | |
| LAB | lab(47, 59, 38) | |
| OKLCH | oklch(0.56 0.187 26) |
Color harmonies
Tints & shades
Code snippets
color: #ca3434;
background-color: #ca3434;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCA3434)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.20, blue: 0.20, alpha: 1.0)