Shades of Alizarin #E53437
Tints of Alizarin #E53437
RGB
CMYK
RGB Variations
Color information
#E53437 (or 0xE53437) is known color: Alizarin. HEX triplet: E5, 34 and 37. RGB value is (229,52,55). Sum of RGB (Red+Green+Blue) = 229+52+55=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E53437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53437 is #1ACBC8. Grayscale: #696969. Windows color (decimal): -1756105 or 3618021. OLE color: 3618021.
HSL color Cylindrical-coordinate representation of color #E53437: hue angle of 358.98º 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 #E53437 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 55 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.10 |
| HSL | 358.98º | 0.77% | 0.55% | - |
| HSV(B) | 358.98º | 0.77% | 0.9% | - |
| XYZ | 34.23 | 19.39 | 5.55 | - |
| YUV | 105.27 | 99.64 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 55 | 0 | 0.77 | 0.76 | 0.10 | 358.98 | 0.77 | 0.55 |
| Hex | E5 | 34 | 37 | 0 | 4D | 4C | A | 167 | 4D | 37 |
| Octal | 345 | 64 | 67 | 0 | 115 | 114 | 12 | 547 | 115 | 67 |
| Binary | 11100101 | 110100 | 110111 | 0 | 1001101 | 1001100 | 1010 | 101100111 | 1001101 | 110111 |
Color Harmonies of #E53437
Complementary color
Monochromatic Colors of #E53437
Black with #E53437
Text Example
Text Example
White with #E53437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53437; }
p { color: rgb(229,52,55); }
H1.HeaderClassName
{
color: #E53437;
}
.AnyTagClassName
{
color: #E53437;
}
</style>
background-color css
<style>
a { background-color: #E53437; }
a { background-color: rgb(229,52,55); }
div.DivClassName
{
background-color: #E53437;
}
.BgClassName
{
background-color: #E53437;
}
</style>
border-color css
<style>
span { border-color: #E53437; }
span { border-color: rgb(229,52,55); }
td.TdClassName
{
border-color: #E53437;
}
.TagClassName
{
border-color: #E53437;
}
</style>