Shades of Alizarin #E01E32
Tints of Alizarin #E01E32
RGB
CMYK
RGB Variations
Color information
#E01E32 (or 0xE01E32) is known color: Alizarin. HEX triplet: E0, 1E and 32. RGB value is (224,30,50). Sum of RGB (Red+Green+Blue) = 224+30+50=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01E32 is #1FE1CD. Grayscale: #5A5A5A. Windows color (decimal): -2089422 or 3284704. OLE color: 3284704.
HSL color Cylindrical-coordinate representation of color #E01E32: hue angle of 353.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01E32 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 30 | 50 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.12 |
| HSL | 353.81º | 0.76% | 0.5% | - |
| HSV(B) | 353.81º | 0.87% | 0.88% | - |
| XYZ | 31.78 | 17.01 | 4.63 | - |
| YUV | 90.29 | 105.27 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 50 | 0 | 0.87 | 0.78 | 0.12 | 353.81 | 0.76 | 0.5 |
| Hex | E0 | 1E | 32 | 0 | 57 | 4E | C | 162 | 4C | 32 |
| Octal | 340 | 36 | 62 | 0 | 127 | 116 | 14 | 542 | 114 | 62 |
| Binary | 11100000 | 11110 | 110010 | 0 | 1010111 | 1001110 | 1100 | 101100010 | 1001100 | 110010 |
Color Harmonies of #E01E32
Complementary color
Monochromatic Colors of #E01E32
Black with #E01E32
Text Example
Text Example
White with #E01E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01E32; }
p { color: rgb(224,30,50); }
H1.HeaderClassName
{
color: #E01E32;
}
.AnyTagClassName
{
color: #E01E32;
}
</style>
background-color css
<style>
a { background-color: #E01E32; }
a { background-color: rgb(224,30,50); }
div.DivClassName
{
background-color: #E01E32;
}
.BgClassName
{
background-color: #E01E32;
}
</style>
border-color css
<style>
span { border-color: #E01E32; }
span { border-color: rgb(224,30,50); }
td.TdClassName
{
border-color: #E01E32;
}
.TagClassName
{
border-color: #E01E32;
}
</style>