Shades of Alizarin #E54142
Tints of Alizarin #E54142
RGB
CMYK
RGB Variations
Color information
#E54142 (or 0xE54142) is known color: Alizarin. HEX triplet: E5, 41 and 42. RGB value is (229,65,66). Sum of RGB (Red+Green+Blue) = 229+65+66=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E54142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54142 is #1ABEBD. Grayscale: #727272. Windows color (decimal): -1752766 or 4342245. OLE color: 4342245.
HSL color Cylindrical-coordinate representation of color #E54142: hue angle of 359.63º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54142 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 66 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.10 |
| HSL | 359.63º | 0.76% | 0.58% | - |
| HSV(B) | 359.63º | 0.72% | 0.9% | - |
| XYZ | 35.19 | 20.83 | 7.32 | - |
| YUV | 114.15 | 100.83 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 66 | 0 | 0.72 | 0.71 | 0.10 | 359.63 | 0.76 | 0.58 |
| Hex | E5 | 41 | 42 | 0 | 48 | 47 | A | 168 | 4C | 3A |
| Octal | 345 | 101 | 102 | 0 | 110 | 107 | 12 | 550 | 114 | 72 |
| Binary | 11100101 | 1000001 | 1000010 | 0 | 1001000 | 1000111 | 1010 | 101101000 | 1001100 | 111010 |
Color Harmonies of #E54142
Complementary color
Monochromatic Colors of #E54142
Black with #E54142
Text Example
Text Example
White with #E54142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54142; }
p { color: rgb(229,65,66); }
H1.HeaderClassName
{
color: #E54142;
}
.AnyTagClassName
{
color: #E54142;
}
</style>
background-color css
<style>
a { background-color: #E54142; }
a { background-color: rgb(229,65,66); }
div.DivClassName
{
background-color: #E54142;
}
.BgClassName
{
background-color: #E54142;
}
</style>
border-color css
<style>
span { border-color: #E54142; }
span { border-color: rgb(229,65,66); }
td.TdClassName
{
border-color: #E54142;
}
.TagClassName
{
border-color: #E54142;
}
</style>