Shades of Alizarin #E01E2C
Tints of Alizarin #E01E2C
RGB
CMYK
RGB Variations
Color information
#E01E2C (or 0xE01E2C) is known color: Alizarin. HEX triplet: E0, 1E and 2C. RGB value is (224,30,44). Sum of RGB (Red+Green+Blue) = 224+30+44=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01E2C is #1FE1D3. Grayscale: #595959. Windows color (decimal): -2089428 or 2891488. OLE color: 2891488.
HSL color Cylindrical-coordinate representation of color #E01E2C: hue angle of 355.67º 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 #E01E2C is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 30 | 44 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.12 |
| HSL | 355.67º | 0.76% | 0.5% | - |
| HSV(B) | 355.67º | 0.87% | 0.88% | - |
| XYZ | 31.66 | 16.96 | 3.99 | - |
| YUV | 89.6 | 102.27 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 44 | 0 | 0.87 | 0.80 | 0.12 | 355.67 | 0.76 | 0.5 |
| Hex | E0 | 1E | 2C | 0 | 57 | 50 | C | 164 | 4C | 32 |
| Octal | 340 | 36 | 54 | 0 | 127 | 120 | 14 | 544 | 114 | 62 |
| Binary | 11100000 | 11110 | 101100 | 0 | 1010111 | 1010000 | 1100 | 101100100 | 1001100 | 110010 |
Color Harmonies of #E01E2C
Complementary color
Monochromatic Colors of #E01E2C
Black with #E01E2C
Text Example
Text Example
White with #E01E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01E2C; }
p { color: rgb(224,30,44); }
H1.HeaderClassName
{
color: #E01E2C;
}
.AnyTagClassName
{
color: #E01E2C;
}
</style>
background-color css
<style>
a { background-color: #E01E2C; }
a { background-color: rgb(224,30,44); }
div.DivClassName
{
background-color: #E01E2C;
}
.BgClassName
{
background-color: #E01E2C;
}
</style>
border-color css
<style>
span { border-color: #E01E2C; }
span { border-color: rgb(224,30,44); }
td.TdClassName
{
border-color: #E01E2C;
}
.TagClassName
{
border-color: #E01E2C;
}
</style>