Crimson Glow
#c13939
Looking for the precise values behind Crimson Glow (#c13939)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c13939 | |
|---|---|---|
| RGB | rgb(193, 57, 57) | |
| HSL | hsl(0, 54%, 49%) | |
| CMYK | cmyk(0%, 70%, 70%, 24%) | |
| LAB | lab(46, 55, 33) | |
| OKLCH | oklch(0.55 0.173 25) |
Color harmonies
Tints & shades
Code snippets
color: #c13939;
background-color: #c13939;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC13939)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.22, blue: 0.22, alpha: 1.0)