Shades of Alizarin #E11E2A
Tints of Alizarin #E11E2A
RGB
CMYK
RGB Variations
Color information
#E11E2A (or 0xE11E2A) is known color: Alizarin. HEX triplet: E1, 1E and 2A. RGB value is (225,30,42). Sum of RGB (Red+Green+Blue) = 225+30+42=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11E2A is #1EE1D5. Grayscale: #595959. Windows color (decimal): -2023894 or 2760417. OLE color: 2760417.
HSL color Cylindrical-coordinate representation of color #E11E2A: hue angle of 356.31º degrees, saturation: 0.76, 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 #E11E2A is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 42 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.12 |
| HSL | 356.31º | 0.76% | 0.5% | - |
| HSV(B) | 356.31º | 0.87% | 0.88% | - |
| XYZ | 31.93 | 17.1 | 3.81 | - |
| YUV | 89.67 | 101.1 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 42 | 0 | 0.87 | 0.81 | 0.12 | 356.31 | 0.76 | 0.5 |
| Hex | E1 | 1E | 2A | 0 | 57 | 51 | C | 164 | 4C | 32 |
| Octal | 341 | 36 | 52 | 0 | 127 | 121 | 14 | 544 | 114 | 62 |
| Binary | 11100001 | 11110 | 101010 | 0 | 1010111 | 1010001 | 1100 | 101100100 | 1001100 | 110010 |
Color Harmonies of #E11E2A
Complementary color
Monochromatic Colors of #E11E2A
Black with #E11E2A
Text Example
Text Example
White with #E11E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11E2A; }
p { color: rgb(225,30,42); }
H1.HeaderClassName
{
color: #E11E2A;
}
.AnyTagClassName
{
color: #E11E2A;
}
</style>
background-color css
<style>
a { background-color: #E11E2A; }
a { background-color: rgb(225,30,42); }
div.DivClassName
{
background-color: #E11E2A;
}
.BgClassName
{
background-color: #E11E2A;
}
</style>
border-color css
<style>
span { border-color: #E11E2A; }
span { border-color: rgb(225,30,42); }
td.TdClassName
{
border-color: #E11E2A;
}
.TagClassName
{
border-color: #E11E2A;
}
</style>