Shades of Alizarin #E1353B
Tints of Alizarin #E1353B
RGB
CMYK
RGB Variations
Color information
#E1353B (or 0xE1353B) is known color: Alizarin. HEX triplet: E1, 35 and 3B. RGB value is (225,53,59). Sum of RGB (Red+Green+Blue) = 225+53+59=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E1353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1353B is #1ECAC4. Grayscale: #696969. Windows color (decimal): -2017989 or 3880417. OLE color: 3880417.
HSL color Cylindrical-coordinate representation of color #E1353B: hue angle of 357.91º 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 #E1353B is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 59 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.12 |
| HSL | 357.91º | 0.74% | 0.55% | - |
| HSV(B) | 357.91º | 0.76% | 0.88% | - |
| XYZ | 33.11 | 18.87 | 6.03 | - |
| YUV | 105.11 | 101.98 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 59 | 0 | 0.76 | 0.74 | 0.12 | 357.91 | 0.74 | 0.55 |
| Hex | E1 | 35 | 3B | 0 | 4C | 4A | C | 166 | 4A | 37 |
| Octal | 341 | 65 | 73 | 0 | 114 | 112 | 14 | 546 | 112 | 67 |
| Binary | 11100001 | 110101 | 111011 | 0 | 1001100 | 1001010 | 1100 | 101100110 | 1001010 | 110111 |
Color Harmonies of #E1353B
Complementary color
Monochromatic Colors of #E1353B
Black with #E1353B
Text Example
Text Example
White with #E1353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1353B; }
p { color: rgb(225,53,59); }
H1.HeaderClassName
{
color: #E1353B;
}
.AnyTagClassName
{
color: #E1353B;
}
</style>
background-color css
<style>
a { background-color: #E1353B; }
a { background-color: rgb(225,53,59); }
div.DivClassName
{
background-color: #E1353B;
}
.BgClassName
{
background-color: #E1353B;
}
</style>
border-color css
<style>
span { border-color: #E1353B; }
span { border-color: rgb(225,53,59); }
td.TdClassName
{
border-color: #E1353B;
}
.TagClassName
{
border-color: #E1353B;
}
</style>