Shades of Alizarin #E53A42
Tints of Alizarin #E53A42
RGB
CMYK
RGB Variations
Color information
#E53A42 (or 0xE53A42) is known color: Alizarin. HEX triplet: E5, 3A and 42. RGB value is (229,58,66). Sum of RGB (Red+Green+Blue) = 229+58+66=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53A42 is #1AC5BD. Grayscale: #6E6E6E. Windows color (decimal): -1754558 or 4340453. OLE color: 4340453.
HSL color Cylindrical-coordinate representation of color #E53A42: hue angle of 357.19º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53A42 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 58 | 66 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.10 |
| HSL | 357.19º | 0.77% | 0.56% | - |
| HSV(B) | 357.19º | 0.75% | 0.9% | - |
| XYZ | 34.81 | 20.08 | 7.19 | - |
| YUV | 110.04 | 103.15 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 58 | 66 | 0 | 0.75 | 0.71 | 0.10 | 357.19 | 0.77 | 0.56 |
| Hex | E5 | 3A | 42 | 0 | 4B | 47 | A | 165 | 4D | 38 |
| Octal | 345 | 72 | 102 | 0 | 113 | 107 | 12 | 545 | 115 | 70 |
| Binary | 11100101 | 111010 | 1000010 | 0 | 1001011 | 1000111 | 1010 | 101100101 | 1001101 | 111000 |
Color Harmonies of #E53A42
Complementary color
Monochromatic Colors of #E53A42
Black with #E53A42
Text Example
Text Example
White with #E53A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53A42; }
p { color: rgb(229,58,66); }
H1.HeaderClassName
{
color: #E53A42;
}
.AnyTagClassName
{
color: #E53A42;
}
</style>
background-color css
<style>
a { background-color: #E53A42; }
a { background-color: rgb(229,58,66); }
div.DivClassName
{
background-color: #E53A42;
}
.BgClassName
{
background-color: #E53A42;
}
</style>
border-color css
<style>
span { border-color: #E53A42; }
span { border-color: rgb(229,58,66); }
td.TdClassName
{
border-color: #E53A42;
}
.TagClassName
{
border-color: #E53A42;
}
</style>