Shades of Alizarin #E51527
Tints of Alizarin #E51527
RGB
CMYK
RGB Variations
Color information
#E51527 (or 0xE51527) is known color: Alizarin. HEX triplet: E5, 15 and 27. RGB value is (229,21,39). Sum of RGB (Red+Green+Blue) = 229+21+39=289 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.24% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 229 - color contains mainly: red. Hex color #E51527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51527 is #1AEAD8. Grayscale: #555555. Windows color (decimal): -1764057 or 2561509. OLE color: 2561509.
HSL color Cylindrical-coordinate representation of color #E51527: hue angle of 354.81º degrees, saturation: 0.83, 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 #E51527 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 39 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.10 |
| HSL | 354.81º | 0.83% | 0.49% | - |
| HSV(B) | 354.81º | 0.91% | 0.9% | - |
| XYZ | 32.95 | 17.34 | 3.53 | - |
| YUV | 85.24 | 101.91 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 39 | 0 | 0.91 | 0.83 | 0.10 | 354.81 | 0.83 | 0.49 |
| Hex | E5 | 15 | 27 | 0 | 5B | 53 | A | 163 | 53 | 31 |
| Octal | 345 | 25 | 47 | 0 | 133 | 123 | 12 | 543 | 123 | 61 |
| Binary | 11100101 | 10101 | 100111 | 0 | 1011011 | 1010011 | 1010 | 101100011 | 1010011 | 110001 |
Color Harmonies of #E51527
Complementary color
Monochromatic Colors of #E51527
Black with #E51527
Text Example
Text Example
White with #E51527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51527; }
p { color: rgb(229,21,39); }
H1.HeaderClassName
{
color: #E51527;
}
.AnyTagClassName
{
color: #E51527;
}
</style>
background-color css
<style>
a { background-color: #E51527; }
a { background-color: rgb(229,21,39); }
div.DivClassName
{
background-color: #E51527;
}
.BgClassName
{
background-color: #E51527;
}
</style>
border-color css
<style>
span { border-color: #E51527; }
span { border-color: rgb(229,21,39); }
td.TdClassName
{
border-color: #E51527;
}
.TagClassName
{
border-color: #E51527;
}
</style>