Shades of Alizarin #E13A40
Tints of Alizarin #E13A40
RGB
CMYK
RGB Variations
Color information
#E13A40 (or 0xE13A40) is known color: Alizarin. HEX triplet: E1, 3A and 40. RGB value is (225,58,64). Sum of RGB (Red+Green+Blue) = 225+58+64=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13A40 is #1EC5BF. Grayscale: #6C6C6C. Windows color (decimal): -2016704 or 4209377. OLE color: 4209377.
HSL color Cylindrical-coordinate representation of color #E13A40: hue angle of 357.84º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13A40 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 64 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.12 |
| HSL | 357.84º | 0.74% | 0.55% | - |
| HSV(B) | 357.84º | 0.74% | 0.88% | - |
| XYZ | 33.49 | 19.4 | 6.83 | - |
| YUV | 108.62 | 102.83 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 64 | 0 | 0.74 | 0.72 | 0.12 | 357.84 | 0.74 | 0.55 |
| Hex | E1 | 3A | 40 | 0 | 4A | 48 | C | 166 | 4A | 37 |
| Octal | 341 | 72 | 100 | 0 | 112 | 110 | 14 | 546 | 112 | 67 |
| Binary | 11100001 | 111010 | 1000000 | 0 | 1001010 | 1001000 | 1100 | 101100110 | 1001010 | 110111 |
Color Harmonies of #E13A40
Complementary color
Monochromatic Colors of #E13A40
Black with #E13A40
Text Example
Text Example
White with #E13A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13A40; }
p { color: rgb(225,58,64); }
H1.HeaderClassName
{
color: #E13A40;
}
.AnyTagClassName
{
color: #E13A40;
}
</style>
background-color css
<style>
a { background-color: #E13A40; }
a { background-color: rgb(225,58,64); }
div.DivClassName
{
background-color: #E13A40;
}
.BgClassName
{
background-color: #E13A40;
}
</style>
border-color css
<style>
span { border-color: #E13A40; }
span { border-color: rgb(225,58,64); }
td.TdClassName
{
border-color: #E13A40;
}
.TagClassName
{
border-color: #E13A40;
}
</style>