Scarlet Glow
#cb0103
Scarlet Glow, represented by the hex value #cb0103, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cb0103 | |
|---|---|---|
| RGB | rgb(203, 1, 3) | |
| HSL | hsl(359, 99%, 40%) | |
| CMYK | cmyk(0%, 100%, 99%, 20%) | |
| LAB | lab(43, 68, 58) | |
| OKLCH | oklch(0.53 0.217 29) |
Color harmonies
Tints & shades
Code snippets
color: #cb0103;
background-color: #cb0103;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCB0103)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.00, blue: 0.01, alpha: 1.0)