Shades of Alizarin #E11A32
Tints of Alizarin #E11A32
RGB
CMYK
RGB Variations
Color information
#E11A32 (or 0xE11A32) is known color: Alizarin. HEX triplet: E1, 1A and 32. RGB value is (225,26,50). Sum of RGB (Red+Green+Blue) = 225+26+50=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11A32 is #1EE5CD. Grayscale: #585858. Windows color (decimal): -2024910 or 3283681. OLE color: 3283681.
HSL color Cylindrical-coordinate representation of color #E11A32: hue angle of 352.76º 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 #E11A32 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 50 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.12 |
| HSL | 352.76º | 0.79% | 0.49% | - |
| HSV(B) | 352.76º | 0.88% | 0.88% | - |
| XYZ | 32 | 16.98 | 4.61 | - |
| YUV | 88.24 | 106.43 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 50 | 0 | 0.88 | 0.78 | 0.12 | 352.76 | 0.79 | 0.49 |
| Hex | E1 | 1A | 32 | 0 | 58 | 4E | C | 161 | 4F | 31 |
| Octal | 341 | 32 | 62 | 0 | 130 | 116 | 14 | 541 | 117 | 61 |
| Binary | 11100001 | 11010 | 110010 | 0 | 1011000 | 1001110 | 1100 | 101100001 | 1001111 | 110001 |
Color Harmonies of #E11A32
Complementary color
Monochromatic Colors of #E11A32
Black with #E11A32
Text Example
Text Example
White with #E11A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11A32; }
p { color: rgb(225,26,50); }
H1.HeaderClassName
{
color: #E11A32;
}
.AnyTagClassName
{
color: #E11A32;
}
</style>
background-color css
<style>
a { background-color: #E11A32; }
a { background-color: rgb(225,26,50); }
div.DivClassName
{
background-color: #E11A32;
}
.BgClassName
{
background-color: #E11A32;
}
</style>
border-color css
<style>
span { border-color: #E11A32; }
span { border-color: rgb(225,26,50); }
td.TdClassName
{
border-color: #E11A32;
}
.TagClassName
{
border-color: #E11A32;
}
</style>