Shades of Alizarin #E13940
Tints of Alizarin #E13940
RGB
CMYK
RGB Variations
Color information
#E13940 (or 0xE13940) is known color: Alizarin. HEX triplet: E1, 39 and 40. RGB value is (225,57,64). Sum of RGB (Red+Green+Blue) = 225+57+64=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E13940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13940 is #1EC6BF. Grayscale: #6C6C6C. Windows color (decimal): -2016960 or 4209121. OLE color: 4209121.
HSL color Cylindrical-coordinate representation of color #E13940: hue angle of 357.5º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E13940 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 64 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.12 |
| HSL | 357.5º | 0.74% | 0.55% | - |
| HSV(B) | 357.5º | 0.75% | 0.88% | - |
| XYZ | 33.44 | 19.3 | 6.81 | - |
| YUV | 108.03 | 103.16 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 64 | 0 | 0.75 | 0.72 | 0.12 | 357.5 | 0.74 | 0.55 |
| Hex | E1 | 39 | 40 | 0 | 4B | 48 | C | 166 | 4A | 37 |
| Octal | 341 | 71 | 100 | 0 | 113 | 110 | 14 | 546 | 112 | 67 |
| Binary | 11100001 | 111001 | 1000000 | 0 | 1001011 | 1001000 | 1100 | 101100110 | 1001010 | 110111 |
Color Harmonies of #E13940
Complementary color
Monochromatic Colors of #E13940
Black with #E13940
Text Example
Text Example
White with #E13940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13940; }
p { color: rgb(225,57,64); }
H1.HeaderClassName
{
color: #E13940;
}
.AnyTagClassName
{
color: #E13940;
}
</style>
background-color css
<style>
a { background-color: #E13940; }
a { background-color: rgb(225,57,64); }
div.DivClassName
{
background-color: #E13940;
}
.BgClassName
{
background-color: #E13940;
}
</style>
border-color css
<style>
span { border-color: #E13940; }
span { border-color: rgb(225,57,64); }
td.TdClassName
{
border-color: #E13940;
}
.TagClassName
{
border-color: #E13940;
}
</style>