Shades of Alizarin #E11C29
Tints of Alizarin #E11C29
RGB
CMYK
RGB Variations
Color information
#E11C29 (or 0xE11C29) is known color: Alizarin. HEX triplet: E1, 1C and 29. RGB value is (225,28,41). Sum of RGB (Red+Green+Blue) = 225+28+41=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C29 is #1EE3D6. Grayscale: #585858. Windows color (decimal): -2024407 or 2694369. OLE color: 2694369.
HSL color Cylindrical-coordinate representation of color #E11C29: hue angle of 356.04º 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 #E11C29 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 41 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.12 |
| HSL | 356.04º | 0.78% | 0.5% | - |
| HSV(B) | 356.04º | 0.88% | 0.88% | - |
| XYZ | 31.87 | 17 | 3.7 | - |
| YUV | 88.39 | 101.27 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 41 | 0 | 0.88 | 0.82 | 0.12 | 356.04 | 0.78 | 0.5 |
| Hex | E1 | 1C | 29 | 0 | 58 | 52 | C | 164 | 4E | 32 |
| Octal | 341 | 34 | 51 | 0 | 130 | 122 | 14 | 544 | 116 | 62 |
| Binary | 11100001 | 11100 | 101001 | 0 | 1011000 | 1010010 | 1100 | 101100100 | 1001110 | 110010 |
Color Harmonies of #E11C29
Complementary color
Monochromatic Colors of #E11C29
Black with #E11C29
Text Example
Text Example
White with #E11C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C29; }
p { color: rgb(225,28,41); }
H1.HeaderClassName
{
color: #E11C29;
}
.AnyTagClassName
{
color: #E11C29;
}
</style>
background-color css
<style>
a { background-color: #E11C29; }
a { background-color: rgb(225,28,41); }
div.DivClassName
{
background-color: #E11C29;
}
.BgClassName
{
background-color: #E11C29;
}
</style>
border-color css
<style>
span { border-color: #E11C29; }
span { border-color: rgb(225,28,41); }
td.TdClassName
{
border-color: #E11C29;
}
.TagClassName
{
border-color: #E11C29;
}
</style>