Sovereign Red
#ce243f
Sovereign Red, represented by the hex value #ce243f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ce243f | |
|---|---|---|
| RGB | rgb(206, 36, 63) | |
| HSL | hsl(350, 70%, 47%) | |
| CMYK | cmyk(0%, 83%, 69%, 19%) | |
| LAB | lab(46, 65, 31) | |
| OKLCH | oklch(0.55 0.202 20) |
Color harmonies
Tints & shades
Code snippets
color: #ce243f;
background-color: #ce243f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCE243F)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.14, blue: 0.25, alpha: 1.0)