Shades of Alizarin #E11C32
Tints of Alizarin #E11C32
RGB
CMYK
RGB Variations
Color information
#E11C32 (or 0xE11C32) is known color: Alizarin. HEX triplet: E1, 1C and 32. RGB value is (225,28,50). Sum of RGB (Red+Green+Blue) = 225+28+50=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C32 is #1EE3CD. Grayscale: #595959. Windows color (decimal): -2024398 or 3284193. OLE color: 3284193.
HSL color Cylindrical-coordinate representation of color #E11C32: hue angle of 353.3º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C32 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 50 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.12 |
| HSL | 353.3º | 0.78% | 0.5% | - |
| HSV(B) | 353.3º | 0.88% | 0.88% | - |
| XYZ | 32.04 | 17.07 | 4.62 | - |
| YUV | 89.41 | 105.77 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 50 | 0 | 0.88 | 0.78 | 0.12 | 353.3 | 0.78 | 0.5 |
| Hex | E1 | 1C | 32 | 0 | 58 | 4E | C | 161 | 4E | 32 |
| Octal | 341 | 34 | 62 | 0 | 130 | 116 | 14 | 541 | 116 | 62 |
| Binary | 11100001 | 11100 | 110010 | 0 | 1011000 | 1001110 | 1100 | 101100001 | 1001110 | 110010 |
Color Harmonies of #E11C32
Complementary color
Monochromatic Colors of #E11C32
Black with #E11C32
Text Example
Text Example
White with #E11C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C32; }
p { color: rgb(225,28,50); }
H1.HeaderClassName
{
color: #E11C32;
}
.AnyTagClassName
{
color: #E11C32;
}
</style>
background-color css
<style>
a { background-color: #E11C32; }
a { background-color: rgb(225,28,50); }
div.DivClassName
{
background-color: #E11C32;
}
.BgClassName
{
background-color: #E11C32;
}
</style>
border-color css
<style>
span { border-color: #E11C32; }
span { border-color: rgb(225,28,50); }
td.TdClassName
{
border-color: #E11C32;
}
.TagClassName
{
border-color: #E11C32;
}
</style>