Shades of Alizarin #E11728
Tints of Alizarin #E11728
RGB
CMYK
RGB Variations
Color information
#E11728 (or 0xE11728) is known color: Alizarin. HEX triplet: E1, 17 and 28. RGB value is (225,23,40). Sum of RGB (Red+Green+Blue) = 225+23+40=288 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.12% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 225 - color contains mainly: red. Hex color #E11728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11728 is #1EE8D7. Grayscale: #555555. Windows color (decimal): -2025688 or 2627553. OLE color: 2627553.
HSL color Cylindrical-coordinate representation of color #E11728: hue angle of 354.95º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11728 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 40 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.12 |
| HSL | 354.95º | 0.81% | 0.49% | - |
| HSV(B) | 354.95º | 0.9% | 0.88% | - |
| XYZ | 31.74 | 16.77 | 3.57 | - |
| YUV | 85.34 | 102.42 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 40 | 0 | 0.90 | 0.82 | 0.12 | 354.95 | 0.81 | 0.49 |
| Hex | E1 | 17 | 28 | 0 | 5A | 52 | C | 163 | 51 | 31 |
| Octal | 341 | 27 | 50 | 0 | 132 | 122 | 14 | 543 | 121 | 61 |
| Binary | 11100001 | 10111 | 101000 | 0 | 1011010 | 1010010 | 1100 | 101100011 | 1010001 | 110001 |
Color Harmonies of #E11728
Complementary color
Monochromatic Colors of #E11728
Black with #E11728
Text Example
Text Example
White with #E11728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11728; }
p { color: rgb(225,23,40); }
H1.HeaderClassName
{
color: #E11728;
}
.AnyTagClassName
{
color: #E11728;
}
</style>
background-color css
<style>
a { background-color: #E11728; }
a { background-color: rgb(225,23,40); }
div.DivClassName
{
background-color: #E11728;
}
.BgClassName
{
background-color: #E11728;
}
</style>
border-color css
<style>
span { border-color: #E11728; }
span { border-color: rgb(225,23,40); }
td.TdClassName
{
border-color: #E11728;
}
.TagClassName
{
border-color: #E11728;
}
</style>