Shades of Alizarin #E13040
Tints of Alizarin #E13040
RGB
CMYK
RGB Variations
Color information
#E13040 (or 0xE13040) is known color: Alizarin. HEX triplet: E1, 30 and 40. RGB value is (225,48,64). Sum of RGB (Red+Green+Blue) = 225+48+64=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E13040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13040 is #1ECFBF. Grayscale: #666666. Windows color (decimal): -2019264 or 4206817. OLE color: 4206817.
HSL color Cylindrical-coordinate representation of color #E13040: hue angle of 354.58º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E13040 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 64 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.12 |
| HSL | 354.58º | 0.75% | 0.54% | - |
| HSV(B) | 354.58º | 0.79% | 0.88% | - |
| XYZ | 33.03 | 18.49 | 6.68 | - |
| YUV | 102.75 | 106.14 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 64 | 0 | 0.79 | 0.72 | 0.12 | 354.58 | 0.75 | 0.54 |
| Hex | E1 | 30 | 40 | 0 | 4F | 48 | C | 163 | 4B | 36 |
| Octal | 341 | 60 | 100 | 0 | 117 | 110 | 14 | 543 | 113 | 66 |
| Binary | 11100001 | 110000 | 1000000 | 0 | 1001111 | 1001000 | 1100 | 101100011 | 1001011 | 110110 |
Color Harmonies of #E13040
Complementary color
Monochromatic Colors of #E13040
Black with #E13040
Text Example
Text Example
White with #E13040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13040; }
p { color: rgb(225,48,64); }
H1.HeaderClassName
{
color: #E13040;
}
.AnyTagClassName
{
color: #E13040;
}
</style>
background-color css
<style>
a { background-color: #E13040; }
a { background-color: rgb(225,48,64); }
div.DivClassName
{
background-color: #E13040;
}
.BgClassName
{
background-color: #E13040;
}
</style>
border-color css
<style>
span { border-color: #E13040; }
span { border-color: rgb(225,48,64); }
td.TdClassName
{
border-color: #E13040;
}
.TagClassName
{
border-color: #E13040;
}
</style>