Shades of Alizarin #E11A26
Tints of Alizarin #E11A26
RGB
CMYK
RGB Variations
Color information
#E11A26 (or 0xE11A26) is known color: Alizarin. HEX triplet: E1, 1A and 26. RGB value is (225,26,38). Sum of RGB (Red+Green+Blue) = 225+26+38=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11A26 is #1EE5D9. Grayscale: #575757. Windows color (decimal): -2024922 or 2497249. OLE color: 2497249.
HSL color Cylindrical-coordinate representation of color #E11A26: hue angle of 356.38º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11A26 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 38 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.12 |
| HSL | 356.38º | 0.79% | 0.49% | - |
| HSV(B) | 356.38º | 0.88% | 0.88% | - |
| XYZ | 31.77 | 16.89 | 3.42 | - |
| YUV | 86.87 | 100.43 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 38 | 0 | 0.88 | 0.83 | 0.12 | 356.38 | 0.79 | 0.49 |
| Hex | E1 | 1A | 26 | 0 | 58 | 53 | C | 164 | 4F | 31 |
| Octal | 341 | 32 | 46 | 0 | 130 | 123 | 14 | 544 | 117 | 61 |
| Binary | 11100001 | 11010 | 100110 | 0 | 1011000 | 1010011 | 1100 | 101100100 | 1001111 | 110001 |
Color Harmonies of #E11A26
Complementary color
Monochromatic Colors of #E11A26
Black with #E11A26
Text Example
Text Example
White with #E11A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11A26; }
p { color: rgb(225,26,38); }
H1.HeaderClassName
{
color: #E11A26;
}
.AnyTagClassName
{
color: #E11A26;
}
</style>
background-color css
<style>
a { background-color: #E11A26; }
a { background-color: rgb(225,26,38); }
div.DivClassName
{
background-color: #E11A26;
}
.BgClassName
{
background-color: #E11A26;
}
</style>
border-color css
<style>
span { border-color: #E11A26; }
span { border-color: rgb(225,26,38); }
td.TdClassName
{
border-color: #E11A26;
}
.TagClassName
{
border-color: #E11A26;
}
</style>