Shades of Alizarin #E01E27
Tints of Alizarin #E01E27
RGB
CMYK
RGB Variations
Color information
#E01E27 (or 0xE01E27) is known color: Alizarin. HEX triplet: E0, 1E and 27. RGB value is (224,30,39). Sum of RGB (Red+Green+Blue) = 224+30+39=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01E27 is #1FE1D8. Grayscale: #595959. Windows color (decimal): -2089433 or 2563808. OLE color: 2563808.
HSL color Cylindrical-coordinate representation of color #E01E27: hue angle of 357.22º 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 #E01E27 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 30 | 39 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.12 |
| HSL | 357.22º | 0.76% | 0.5% | - |
| HSV(B) | 357.22º | 0.87% | 0.88% | - |
| XYZ | 31.57 | 16.92 | 3.52 | - |
| YUV | 89.03 | 99.77 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 39 | 0 | 0.87 | 0.83 | 0.12 | 357.22 | 0.76 | 0.5 |
| Hex | E0 | 1E | 27 | 0 | 57 | 53 | C | 165 | 4C | 32 |
| Octal | 340 | 36 | 47 | 0 | 127 | 123 | 14 | 545 | 114 | 62 |
| Binary | 11100000 | 11110 | 100111 | 0 | 1010111 | 1010011 | 1100 | 101100101 | 1001100 | 110010 |
Color Harmonies of #E01E27
Complementary color
Monochromatic Colors of #E01E27
Black with #E01E27
Text Example
Text Example
White with #E01E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01E27; }
p { color: rgb(224,30,39); }
H1.HeaderClassName
{
color: #E01E27;
}
.AnyTagClassName
{
color: #E01E27;
}
</style>
background-color css
<style>
a { background-color: #E01E27; }
a { background-color: rgb(224,30,39); }
div.DivClassName
{
background-color: #E01E27;
}
.BgClassName
{
background-color: #E01E27;
}
</style>
border-color css
<style>
span { border-color: #E01E27; }
span { border-color: rgb(224,30,39); }
td.TdClassName
{
border-color: #E01E27;
}
.TagClassName
{
border-color: #E01E27;
}
</style>