Shades of Alizarin #E11D29
Tints of Alizarin #E11D29
RGB
CMYK
RGB Variations
Color information
#E11D29 (or 0xE11D29) is known color: Alizarin. HEX triplet: E1, 1D and 29. RGB value is (225,29,41). Sum of RGB (Red+Green+Blue) = 225+29+41=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11D29 is #1EE2D6. Grayscale: #595959. Windows color (decimal): -2024151 or 2694625. OLE color: 2694625.
HSL color Cylindrical-coordinate representation of color #E11D29: hue angle of 356.33º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11D29 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 41 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.12 |
| HSL | 356.33º | 0.77% | 0.5% | - |
| HSV(B) | 356.33º | 0.87% | 0.88% | - |
| XYZ | 31.89 | 17.05 | 3.71 | - |
| YUV | 88.97 | 100.93 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 41 | 0 | 0.87 | 0.82 | 0.12 | 356.33 | 0.77 | 0.5 |
| Hex | E1 | 1D | 29 | 0 | 57 | 52 | C | 164 | 4D | 32 |
| Octal | 341 | 35 | 51 | 0 | 127 | 122 | 14 | 544 | 115 | 62 |
| Binary | 11100001 | 11101 | 101001 | 0 | 1010111 | 1010010 | 1100 | 101100100 | 1001101 | 110010 |
Color Harmonies of #E11D29
Complementary color
Monochromatic Colors of #E11D29
Black with #E11D29
Text Example
Text Example
White with #E11D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11D29; }
p { color: rgb(225,29,41); }
H1.HeaderClassName
{
color: #E11D29;
}
.AnyTagClassName
{
color: #E11D29;
}
</style>
background-color css
<style>
a { background-color: #E11D29; }
a { background-color: rgb(225,29,41); }
div.DivClassName
{
background-color: #E11D29;
}
.BgClassName
{
background-color: #E11D29;
}
</style>
border-color css
<style>
span { border-color: #E11D29; }
span { border-color: rgb(225,29,41); }
td.TdClassName
{
border-color: #E11D29;
}
.TagClassName
{
border-color: #E11D29;
}
</style>