Shades of Alizarin #E11D26
Tints of Alizarin #E11D26
RGB
CMYK
RGB Variations
Color information
#E11D26 (or 0xE11D26) is known color: Alizarin. HEX triplet: E1, 1D and 26. RGB value is (225,29,38). Sum of RGB (Red+Green+Blue) = 225+29+38=292 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.05% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11D26 is #1EE2D9. Grayscale: #585858. Windows color (decimal): -2024154 or 2498017. OLE color: 2498017.
HSL color Cylindrical-coordinate representation of color #E11D26: hue angle of 357.24º 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 #E11D26 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 38 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.12 |
| HSL | 357.24º | 0.77% | 0.5% | - |
| HSV(B) | 357.24º | 0.87% | 0.88% | - |
| XYZ | 31.84 | 17.03 | 3.44 | - |
| YUV | 88.63 | 99.43 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 38 | 0 | 0.87 | 0.83 | 0.12 | 357.24 | 0.77 | 0.5 |
| Hex | E1 | 1D | 26 | 0 | 57 | 53 | C | 165 | 4D | 32 |
| Octal | 341 | 35 | 46 | 0 | 127 | 123 | 14 | 545 | 115 | 62 |
| Binary | 11100001 | 11101 | 100110 | 0 | 1010111 | 1010011 | 1100 | 101100101 | 1001101 | 110010 |
Color Harmonies of #E11D26
Complementary color
Monochromatic Colors of #E11D26
Black with #E11D26
Text Example
Text Example
White with #E11D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11D26; }
p { color: rgb(225,29,38); }
H1.HeaderClassName
{
color: #E11D26;
}
.AnyTagClassName
{
color: #E11D26;
}
</style>
background-color css
<style>
a { background-color: #E11D26; }
a { background-color: rgb(225,29,38); }
div.DivClassName
{
background-color: #E11D26;
}
.BgClassName
{
background-color: #E11D26;
}
</style>
border-color css
<style>
span { border-color: #E11D26; }
span { border-color: rgb(225,29,38); }
td.TdClassName
{
border-color: #E11D26;
}
.TagClassName
{
border-color: #E11D26;
}
</style>