Shades of Alizarin #E53740
Tints of Alizarin #E53740
RGB
CMYK
RGB Variations
Color information
#E53740 (or 0xE53740) is known color: Alizarin. HEX triplet: E5, 37 and 40. RGB value is (229,55,64). Sum of RGB (Red+Green+Blue) = 229+55+64=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E53740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53740 is #1AC8BF. Grayscale: #6C6C6C. Windows color (decimal): -1755328 or 4208613. OLE color: 4208613.
HSL color Cylindrical-coordinate representation of color #E53740: hue angle of 356.9º 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 #E53740 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 64 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.10 |
| HSL | 356.9º | 0.77% | 0.56% | - |
| HSV(B) | 356.9º | 0.76% | 0.9% | - |
| XYZ | 34.6 | 19.76 | 6.84 | - |
| YUV | 108.05 | 103.15 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 64 | 0 | 0.76 | 0.72 | 0.10 | 356.9 | 0.77 | 0.56 |
| Hex | E5 | 37 | 40 | 0 | 4C | 48 | A | 165 | 4D | 38 |
| Octal | 345 | 67 | 100 | 0 | 114 | 110 | 12 | 545 | 115 | 70 |
| Binary | 11100101 | 110111 | 1000000 | 0 | 1001100 | 1001000 | 1010 | 101100101 | 1001101 | 111000 |
Color Harmonies of #E53740
Complementary color
Monochromatic Colors of #E53740
Black with #E53740
Text Example
Text Example
White with #E53740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53740; }
p { color: rgb(229,55,64); }
H1.HeaderClassName
{
color: #E53740;
}
.AnyTagClassName
{
color: #E53740;
}
</style>
background-color css
<style>
a { background-color: #E53740; }
a { background-color: rgb(229,55,64); }
div.DivClassName
{
background-color: #E53740;
}
.BgClassName
{
background-color: #E53740;
}
</style>
border-color css
<style>
span { border-color: #E53740; }
span { border-color: rgb(229,55,64); }
td.TdClassName
{
border-color: #E53740;
}
.TagClassName
{
border-color: #E53740;
}
</style>