Shades of Alizarin #E13640
Tints of Alizarin #E13640
RGB
CMYK
RGB Variations
Color information
#E13640 (or 0xE13640) is known color: Alizarin. HEX triplet: E1, 36 and 40. RGB value is (225,54,64). Sum of RGB (Red+Green+Blue) = 225+54+64=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E13640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13640 is #1EC9BF. Grayscale: #6A6A6A. Windows color (decimal): -2017728 or 4208353. OLE color: 4208353.
HSL color Cylindrical-coordinate representation of color #E13640: hue angle of 356.49º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E13640 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 64 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.12 |
| HSL | 356.49º | 0.74% | 0.55% | - |
| HSV(B) | 356.49º | 0.76% | 0.88% | - |
| XYZ | 33.3 | 19.02 | 6.77 | - |
| YUV | 106.27 | 104.15 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 64 | 0 | 0.76 | 0.72 | 0.12 | 356.49 | 0.74 | 0.55 |
| Hex | E1 | 36 | 40 | 0 | 4C | 48 | C | 164 | 4A | 37 |
| Octal | 341 | 66 | 100 | 0 | 114 | 110 | 14 | 544 | 112 | 67 |
| Binary | 11100001 | 110110 | 1000000 | 0 | 1001100 | 1001000 | 1100 | 101100100 | 1001010 | 110111 |
Color Harmonies of #E13640
Complementary color
Monochromatic Colors of #E13640
Black with #E13640
Text Example
Text Example
White with #E13640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13640; }
p { color: rgb(225,54,64); }
H1.HeaderClassName
{
color: #E13640;
}
.AnyTagClassName
{
color: #E13640;
}
</style>
background-color css
<style>
a { background-color: #E13640; }
a { background-color: rgb(225,54,64); }
div.DivClassName
{
background-color: #E13640;
}
.BgClassName
{
background-color: #E13640;
}
</style>
border-color css
<style>
span { border-color: #E13640; }
span { border-color: rgb(225,54,64); }
td.TdClassName
{
border-color: #E13640;
}
.TagClassName
{
border-color: #E13640;
}
</style>