Shades of Alizarin #E02533
Tints of Alizarin #E02533
RGB
CMYK
RGB Variations
Color information
#E02533 (or 0xE02533) is known color: Alizarin. HEX triplet: E0, 25 and 33. RGB value is (224,37,51). Sum of RGB (Red+Green+Blue) = 224+37+51=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E02533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02533 is #1FDACC. Grayscale: #5E5E5E. Windows color (decimal): -2087629 or 3352032. OLE color: 3352032.
HSL color Cylindrical-coordinate representation of color #E02533: hue angle of 355.51º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E02533 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 51 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.12 |
| HSL | 355.51º | 0.75% | 0.51% | - |
| HSV(B) | 355.51º | 0.83% | 0.88% | - |
| XYZ | 32 | 17.41 | 4.81 | - |
| YUV | 94.51 | 103.45 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 51 | 0 | 0.83 | 0.77 | 0.12 | 355.51 | 0.75 | 0.51 |
| Hex | E0 | 25 | 33 | 0 | 53 | 4D | C | 164 | 4B | 33 |
| Octal | 340 | 45 | 63 | 0 | 123 | 115 | 14 | 544 | 113 | 63 |
| Binary | 11100000 | 100101 | 110011 | 0 | 1010011 | 1001101 | 1100 | 101100100 | 1001011 | 110011 |
Color Harmonies of #E02533
Complementary color
Monochromatic Colors of #E02533
Black with #E02533
Text Example
Text Example
White with #E02533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02533; }
p { color: rgb(224,37,51); }
H1.HeaderClassName
{
color: #E02533;
}
.AnyTagClassName
{
color: #E02533;
}
</style>
background-color css
<style>
a { background-color: #E02533; }
a { background-color: rgb(224,37,51); }
div.DivClassName
{
background-color: #E02533;
}
.BgClassName
{
background-color: #E02533;
}
</style>
border-color css
<style>
span { border-color: #E02533; }
span { border-color: rgb(224,37,51); }
td.TdClassName
{
border-color: #E02533;
}
.TagClassName
{
border-color: #E02533;
}
</style>