Shades of Alizarin #E13140
Tints of Alizarin #E13140
RGB
CMYK
RGB Variations
Color information
#E13140 (or 0xE13140) is known color: Alizarin. HEX triplet: E1, 31 and 40. RGB value is (225,49,64). Sum of RGB (Red+Green+Blue) = 225+49+64=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E13140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13140 is #1ECEBF. Grayscale: #676767. Windows color (decimal): -2019008 or 4207073. OLE color: 4207073.
HSL color Cylindrical-coordinate representation of color #E13140: hue angle of 354.89º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E13140 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 64 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.12 |
| HSL | 354.89º | 0.75% | 0.54% | - |
| HSV(B) | 354.89º | 0.78% | 0.88% | - |
| XYZ | 33.08 | 18.57 | 6.69 | - |
| YUV | 103.33 | 105.81 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 64 | 0 | 0.78 | 0.72 | 0.12 | 354.89 | 0.75 | 0.54 |
| Hex | E1 | 31 | 40 | 0 | 4E | 48 | C | 163 | 4B | 36 |
| Octal | 341 | 61 | 100 | 0 | 116 | 110 | 14 | 543 | 113 | 66 |
| Binary | 11100001 | 110001 | 1000000 | 0 | 1001110 | 1001000 | 1100 | 101100011 | 1001011 | 110110 |
Color Harmonies of #E13140
Complementary color
Monochromatic Colors of #E13140
Black with #E13140
Text Example
Text Example
White with #E13140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13140; }
p { color: rgb(225,49,64); }
H1.HeaderClassName
{
color: #E13140;
}
.AnyTagClassName
{
color: #E13140;
}
</style>
background-color css
<style>
a { background-color: #E13140; }
a { background-color: rgb(225,49,64); }
div.DivClassName
{
background-color: #E13140;
}
.BgClassName
{
background-color: #E13140;
}
</style>
border-color css
<style>
span { border-color: #E13140; }
span { border-color: rgb(225,49,64); }
td.TdClassName
{
border-color: #E13140;
}
.TagClassName
{
border-color: #E13140;
}
</style>