Shades of Alizarin #E53742
Tints of Alizarin #E53742
RGB
CMYK
RGB Variations
Color information
#E53742 (or 0xE53742) is known color: Alizarin. HEX triplet: E5, 37 and 42. RGB value is (229,55,66). Sum of RGB (Red+Green+Blue) = 229+55+66=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E53742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53742 is #1AC8BD. Grayscale: #6C6C6C. Windows color (decimal): -1755326 or 4339685. OLE color: 4339685.
HSL color Cylindrical-coordinate representation of color #E53742: hue angle of 356.21º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E53742 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 66 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.10 |
| HSL | 356.21º | 0.77% | 0.56% | - |
| HSV(B) | 356.21º | 0.76% | 0.9% | - |
| XYZ | 34.66 | 19.78 | 7.15 | - |
| YUV | 108.28 | 104.15 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 66 | 0 | 0.76 | 0.71 | 0.10 | 356.21 | 0.77 | 0.56 |
| Hex | E5 | 37 | 42 | 0 | 4C | 47 | A | 164 | 4D | 38 |
| Octal | 345 | 67 | 102 | 0 | 114 | 107 | 12 | 544 | 115 | 70 |
| Binary | 11100101 | 110111 | 1000010 | 0 | 1001100 | 1000111 | 1010 | 101100100 | 1001101 | 111000 |
Color Harmonies of #E53742
Complementary color
Monochromatic Colors of #E53742
Black with #E53742
Text Example
Text Example
White with #E53742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53742; }
p { color: rgb(229,55,66); }
H1.HeaderClassName
{
color: #E53742;
}
.AnyTagClassName
{
color: #E53742;
}
</style>
background-color css
<style>
a { background-color: #E53742; }
a { background-color: rgb(229,55,66); }
div.DivClassName
{
background-color: #E53742;
}
.BgClassName
{
background-color: #E53742;
}
</style>
border-color css
<style>
span { border-color: #E53742; }
span { border-color: rgb(229,55,66); }
td.TdClassName
{
border-color: #E53742;
}
.TagClassName
{
border-color: #E53742;
}
</style>