Shades of Alizarin #E1323A
Tints of Alizarin #E1323A
RGB
CMYK
RGB Variations
Color information
#E1323A (or 0xE1323A) is known color: Alizarin. HEX triplet: E1, 32 and 3A. RGB value is (225,50,58). Sum of RGB (Red+Green+Blue) = 225+50+58=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E1323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1323A is #1ECDC5. Grayscale: #676767. Windows color (decimal): -2018758 or 3814113. OLE color: 3814113.
HSL color Cylindrical-coordinate representation of color #E1323A: hue angle of 357.26º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1323A is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 58 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.12 |
| HSL | 357.26º | 0.74% | 0.54% | - |
| HSV(B) | 357.26º | 0.78% | 0.88% | - |
| XYZ | 32.96 | 18.59 | 5.86 | - |
| YUV | 103.24 | 102.48 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 58 | 0 | 0.78 | 0.74 | 0.12 | 357.26 | 0.74 | 0.54 |
| Hex | E1 | 32 | 3A | 0 | 4E | 4A | C | 165 | 4A | 36 |
| Octal | 341 | 62 | 72 | 0 | 116 | 112 | 14 | 545 | 112 | 66 |
| Binary | 11100001 | 110010 | 111010 | 0 | 1001110 | 1001010 | 1100 | 101100101 | 1001010 | 110110 |
Color Harmonies of #E1323A
Complementary color
Monochromatic Colors of #E1323A
Black with #E1323A
Text Example
Text Example
White with #E1323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1323A; }
p { color: rgb(225,50,58); }
H1.HeaderClassName
{
color: #E1323A;
}
.AnyTagClassName
{
color: #E1323A;
}
</style>
background-color css
<style>
a { background-color: #E1323A; }
a { background-color: rgb(225,50,58); }
div.DivClassName
{
background-color: #E1323A;
}
.BgClassName
{
background-color: #E1323A;
}
</style>
border-color css
<style>
span { border-color: #E1323A; }
span { border-color: rgb(225,50,58); }
td.TdClassName
{
border-color: #E1323A;
}
.TagClassName
{
border-color: #E1323A;
}
</style>