Shades of Alizarin #E02C39
Tints of Alizarin #E02C39
RGB
CMYK
RGB Variations
Color information
#E02C39 (or 0xE02C39) is known color: Alizarin. HEX triplet: E0, 2C and 39. RGB value is (224,44,57). Sum of RGB (Red+Green+Blue) = 224+44+57=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02C39 is #1FD3C6. Grayscale: #636363. Windows color (decimal): -2085831 or 3747040. OLE color: 3747040.
HSL color Cylindrical-coordinate representation of color #E02C39: hue angle of 355.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02C39 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 57 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.12 |
| HSL | 355.67º | 0.74% | 0.53% | - |
| HSV(B) | 355.67º | 0.8% | 0.88% | - |
| XYZ | 32.38 | 17.94 | 5.63 | - |
| YUV | 99.3 | 104.13 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 57 | 0 | 0.80 | 0.75 | 0.12 | 355.67 | 0.74 | 0.53 |
| Hex | E0 | 2C | 39 | 0 | 50 | 4B | C | 164 | 4A | 35 |
| Octal | 340 | 54 | 71 | 0 | 120 | 113 | 14 | 544 | 112 | 65 |
| Binary | 11100000 | 101100 | 111001 | 0 | 1010000 | 1001011 | 1100 | 101100100 | 1001010 | 110101 |
Color Harmonies of #E02C39
Complementary color
Monochromatic Colors of #E02C39
Black with #E02C39
Text Example
Text Example
White with #E02C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C39; }
p { color: rgb(224,44,57); }
H1.HeaderClassName
{
color: #E02C39;
}
.AnyTagClassName
{
color: #E02C39;
}
</style>
background-color css
<style>
a { background-color: #E02C39; }
a { background-color: rgb(224,44,57); }
div.DivClassName
{
background-color: #E02C39;
}
.BgClassName
{
background-color: #E02C39;
}
</style>
border-color css
<style>
span { border-color: #E02C39; }
span { border-color: rgb(224,44,57); }
td.TdClassName
{
border-color: #E02C39;
}
.TagClassName
{
border-color: #E02C39;
}
</style>