Shades of Alizarin #E11E2F
Tints of Alizarin #E11E2F
RGB
CMYK
RGB Variations
Color information
#E11E2F (or 0xE11E2F) is known color: Alizarin. HEX triplet: E1, 1E and 2F. RGB value is (225,30,47). Sum of RGB (Red+Green+Blue) = 225+30+47=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11E2F is #1EE1D0. Grayscale: #5A5A5A. Windows color (decimal): -2023889 or 3088097. OLE color: 3088097.
HSL color Cylindrical-coordinate representation of color #E11E2F: hue angle of 354.77º 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 #E11E2F is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 47 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.12 |
| HSL | 354.77º | 0.76% | 0.5% | - |
| HSV(B) | 354.77º | 0.87% | 0.88% | - |
| XYZ | 32.03 | 17.14 | 4.31 | - |
| YUV | 90.24 | 103.6 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 47 | 0 | 0.87 | 0.79 | 0.12 | 354.77 | 0.76 | 0.5 |
| Hex | E1 | 1E | 2F | 0 | 57 | 4F | C | 163 | 4C | 32 |
| Octal | 341 | 36 | 57 | 0 | 127 | 117 | 14 | 543 | 114 | 62 |
| Binary | 11100001 | 11110 | 101111 | 0 | 1010111 | 1001111 | 1100 | 101100011 | 1001100 | 110010 |
Color Harmonies of #E11E2F
Complementary color
Monochromatic Colors of #E11E2F
Black with #E11E2F
Text Example
Text Example
White with #E11E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11E2F; }
p { color: rgb(225,30,47); }
H1.HeaderClassName
{
color: #E11E2F;
}
.AnyTagClassName
{
color: #E11E2F;
}
</style>
background-color css
<style>
a { background-color: #E11E2F; }
a { background-color: rgb(225,30,47); }
div.DivClassName
{
background-color: #E11E2F;
}
.BgClassName
{
background-color: #E11E2F;
}
</style>
border-color css
<style>
span { border-color: #E11E2F; }
span { border-color: rgb(225,30,47); }
td.TdClassName
{
border-color: #E11E2F;
}
.TagClassName
{
border-color: #E11E2F;
}
</style>