Shades of Alizarin #E1343E
Tints of Alizarin #E1343E
RGB
CMYK
RGB Variations
Color information
#E1343E (or 0xE1343E) is known color: Alizarin. HEX triplet: E1, 34 and 3E. RGB value is (225,52,62). Sum of RGB (Red+Green+Blue) = 225+52+62=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1343E is #1ECBC1. Grayscale: #696969. Windows color (decimal): -2018242 or 4076769. OLE color: 4076769.
HSL color Cylindrical-coordinate representation of color #E1343E: hue angle of 356.53º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1343E is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 62 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.12 |
| HSL | 356.53º | 0.74% | 0.54% | - |
| HSV(B) | 356.53º | 0.77% | 0.88% | - |
| XYZ | 33.15 | 18.81 | 6.44 | - |
| YUV | 104.87 | 103.81 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 62 | 0 | 0.77 | 0.72 | 0.12 | 356.53 | 0.74 | 0.54 |
| Hex | E1 | 34 | 3E | 0 | 4D | 48 | C | 165 | 4A | 36 |
| Octal | 341 | 64 | 76 | 0 | 115 | 110 | 14 | 545 | 112 | 66 |
| Binary | 11100001 | 110100 | 111110 | 0 | 1001101 | 1001000 | 1100 | 101100101 | 1001010 | 110110 |
Color Harmonies of #E1343E
Complementary color
Monochromatic Colors of #E1343E
Black with #E1343E
Text Example
Text Example
White with #E1343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1343E; }
p { color: rgb(225,52,62); }
H1.HeaderClassName
{
color: #E1343E;
}
.AnyTagClassName
{
color: #E1343E;
}
</style>
background-color css
<style>
a { background-color: #E1343E; }
a { background-color: rgb(225,52,62); }
div.DivClassName
{
background-color: #E1343E;
}
.BgClassName
{
background-color: #E1343E;
}
</style>
border-color css
<style>
span { border-color: #E1343E; }
span { border-color: rgb(225,52,62); }
td.TdClassName
{
border-color: #E1343E;
}
.TagClassName
{
border-color: #E1343E;
}
</style>