Shades of Alizarin #E1323B
Tints of Alizarin #E1323B
RGB
CMYK
RGB Variations
Color information
#E1323B (or 0xE1323B) is known color: Alizarin. HEX triplet: E1, 32 and 3B. RGB value is (225,50,59). Sum of RGB (Red+Green+Blue) = 225+50+59=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E1323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1323B is #1ECDC4. Grayscale: #676767. Windows color (decimal): -2018757 or 3879649. OLE color: 3879649.
HSL color Cylindrical-coordinate representation of color #E1323B: hue angle of 356.91º 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 #E1323B is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 59 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.12 |
| HSL | 356.91º | 0.74% | 0.54% | - |
| HSV(B) | 356.91º | 0.78% | 0.88% | - |
| XYZ | 32.98 | 18.6 | 5.99 | - |
| YUV | 103.35 | 102.98 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 59 | 0 | 0.78 | 0.74 | 0.12 | 356.91 | 0.74 | 0.54 |
| Hex | E1 | 32 | 3B | 0 | 4E | 4A | C | 165 | 4A | 36 |
| Octal | 341 | 62 | 73 | 0 | 116 | 112 | 14 | 545 | 112 | 66 |
| Binary | 11100001 | 110010 | 111011 | 0 | 1001110 | 1001010 | 1100 | 101100101 | 1001010 | 110110 |
Color Harmonies of #E1323B
Complementary color
Monochromatic Colors of #E1323B
Black with #E1323B
Text Example
Text Example
White with #E1323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1323B; }
p { color: rgb(225,50,59); }
H1.HeaderClassName
{
color: #E1323B;
}
.AnyTagClassName
{
color: #E1323B;
}
</style>
background-color css
<style>
a { background-color: #E1323B; }
a { background-color: rgb(225,50,59); }
div.DivClassName
{
background-color: #E1323B;
}
.BgClassName
{
background-color: #E1323B;
}
</style>
border-color css
<style>
span { border-color: #E1323B; }
span { border-color: rgb(225,50,59); }
td.TdClassName
{
border-color: #E1323B;
}
.TagClassName
{
border-color: #E1323B;
}
</style>