Shades of Alizarin #E51428
Tints of Alizarin #E51428
RGB
CMYK
RGB Variations
Color information
#E51428 (or 0xE51428) is known color: Alizarin. HEX triplet: E5, 14 and 28. RGB value is (229,20,40). Sum of RGB (Red+Green+Blue) = 229+20+40=289 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.24% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 229 - color contains mainly: red. Hex color #E51428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51428 is #1AEBD7. Grayscale: #545454. Windows color (decimal): -1764312 or 2626789. OLE color: 2626789.
HSL color Cylindrical-coordinate representation of color #E51428: hue angle of 354.26º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51428 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 40 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.10 |
| HSL | 354.26º | 0.84% | 0.49% | - |
| HSV(B) | 354.26º | 0.91% | 0.9% | - |
| XYZ | 32.95 | 17.31 | 3.61 | - |
| YUV | 84.77 | 102.74 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 40 | 0 | 0.91 | 0.83 | 0.10 | 354.26 | 0.84 | 0.49 |
| Hex | E5 | 14 | 28 | 0 | 5B | 53 | A | 162 | 54 | 31 |
| Octal | 345 | 24 | 50 | 0 | 133 | 123 | 12 | 542 | 124 | 61 |
| Binary | 11100101 | 10100 | 101000 | 0 | 1011011 | 1010011 | 1010 | 101100010 | 1010100 | 110001 |
Color Harmonies of #E51428
Complementary color
Monochromatic Colors of #E51428
Black with #E51428
Text Example
Text Example
White with #E51428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51428; }
p { color: rgb(229,20,40); }
H1.HeaderClassName
{
color: #E51428;
}
.AnyTagClassName
{
color: #E51428;
}
</style>
background-color css
<style>
a { background-color: #E51428; }
a { background-color: rgb(229,20,40); }
div.DivClassName
{
background-color: #E51428;
}
.BgClassName
{
background-color: #E51428;
}
</style>
border-color css
<style>
span { border-color: #E51428; }
span { border-color: rgb(229,20,40); }
td.TdClassName
{
border-color: #E51428;
}
.TagClassName
{
border-color: #E51428;
}
</style>