Shades of Alizarin #E51A27
Tints of Alizarin #E51A27
RGB
CMYK
RGB Variations
Color information
#E51A27 (or 0xE51A27) is known color: Alizarin. HEX triplet: E5, 1A and 27. RGB value is (229,26,39). Sum of RGB (Red+Green+Blue) = 229+26+39=294 (38% of max value = 765). Red value is 229 (89.84% from 255 or 77.89% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51A27 is #1AE5D8. Grayscale: #585858. Windows color (decimal): -1762777 or 2562789. OLE color: 2562789.
HSL color Cylindrical-coordinate representation of color #E51A27: hue angle of 356.16º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51A27 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 39 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.10 |
| HSL | 356.16º | 0.8% | 0.5% | - |
| HSV(B) | 356.16º | 0.89% | 0.9% | - |
| XYZ | 33.05 | 17.54 | 3.56 | - |
| YUV | 88.18 | 100.25 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 39 | 0 | 0.89 | 0.83 | 0.10 | 356.16 | 0.8 | 0.5 |
| Hex | E5 | 1A | 27 | 0 | 59 | 53 | A | 164 | 50 | 32 |
| Octal | 345 | 32 | 47 | 0 | 131 | 123 | 12 | 544 | 120 | 62 |
| Binary | 11100101 | 11010 | 100111 | 0 | 1011001 | 1010011 | 1010 | 101100100 | 1010000 | 110010 |
Color Harmonies of #E51A27
Complementary color
Monochromatic Colors of #E51A27
Black with #E51A27
Text Example
Text Example
White with #E51A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51A27; }
p { color: rgb(229,26,39); }
H1.HeaderClassName
{
color: #E51A27;
}
.AnyTagClassName
{
color: #E51A27;
}
</style>
background-color css
<style>
a { background-color: #E51A27; }
a { background-color: rgb(229,26,39); }
div.DivClassName
{
background-color: #E51A27;
}
.BgClassName
{
background-color: #E51A27;
}
</style>
border-color css
<style>
span { border-color: #E51A27; }
span { border-color: rgb(229,26,39); }
td.TdClassName
{
border-color: #E51A27;
}
.TagClassName
{
border-color: #E51A27;
}
</style>