Shades of Alizarin #E53540
Tints of Alizarin #E53540
RGB
CMYK
RGB Variations
Color information
#E53540 (or 0xE53540) is known color: Alizarin. HEX triplet: E5, 35 and 40. RGB value is (229,53,64). Sum of RGB (Red+Green+Blue) = 229+53+64=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E53540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53540 is #1ACABF. Grayscale: #6B6B6B. Windows color (decimal): -1755840 or 4208101. OLE color: 4208101.
HSL color Cylindrical-coordinate representation of color #E53540: hue angle of 356.25º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E53540 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 64 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.10 |
| HSL | 356.25º | 0.77% | 0.55% | - |
| HSV(B) | 356.25º | 0.77% | 0.9% | - |
| XYZ | 34.51 | 19.57 | 6.81 | - |
| YUV | 106.88 | 103.81 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 64 | 0 | 0.77 | 0.72 | 0.10 | 356.25 | 0.77 | 0.55 |
| Hex | E5 | 35 | 40 | 0 | 4D | 48 | A | 164 | 4D | 37 |
| Octal | 345 | 65 | 100 | 0 | 115 | 110 | 12 | 544 | 115 | 67 |
| Binary | 11100101 | 110101 | 1000000 | 0 | 1001101 | 1001000 | 1010 | 101100100 | 1001101 | 110111 |
Color Harmonies of #E53540
Complementary color
Monochromatic Colors of #E53540
Black with #E53540
Text Example
Text Example
White with #E53540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53540; }
p { color: rgb(229,53,64); }
H1.HeaderClassName
{
color: #E53540;
}
.AnyTagClassName
{
color: #E53540;
}
</style>
background-color css
<style>
a { background-color: #E53540; }
a { background-color: rgb(229,53,64); }
div.DivClassName
{
background-color: #E53540;
}
.BgClassName
{
background-color: #E53540;
}
</style>
border-color css
<style>
span { border-color: #E53540; }
span { border-color: rgb(229,53,64); }
td.TdClassName
{
border-color: #E53540;
}
.TagClassName
{
border-color: #E53540;
}
</style>