Shades of Alizarin #E11D31
Tints of Alizarin #E11D31
RGB
CMYK
RGB Variations
Color information
#E11D31 (or 0xE11D31) is known color: Alizarin. HEX triplet: E1, 1D and 31. RGB value is (225,29,49). Sum of RGB (Red+Green+Blue) = 225+29+49=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11D31 is #1EE2CE. Grayscale: #5A5A5A. Windows color (decimal): -2024143 or 3218913. OLE color: 3218913.
HSL color Cylindrical-coordinate representation of color #E11D31: hue angle of 353.88º 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 #E11D31 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 49 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.12 |
| HSL | 353.88º | 0.77% | 0.5% | - |
| HSV(B) | 353.88º | 0.87% | 0.88% | - |
| XYZ | 32.05 | 17.11 | 4.52 | - |
| YUV | 89.88 | 104.93 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 49 | 0 | 0.87 | 0.78 | 0.12 | 353.88 | 0.77 | 0.5 |
| Hex | E1 | 1D | 31 | 0 | 57 | 4E | C | 162 | 4D | 32 |
| Octal | 341 | 35 | 61 | 0 | 127 | 116 | 14 | 542 | 115 | 62 |
| Binary | 11100001 | 11101 | 110001 | 0 | 1010111 | 1001110 | 1100 | 101100010 | 1001101 | 110010 |
Color Harmonies of #E11D31
Complementary color
Monochromatic Colors of #E11D31
Black with #E11D31
Text Example
Text Example
White with #E11D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11D31; }
p { color: rgb(225,29,49); }
H1.HeaderClassName
{
color: #E11D31;
}
.AnyTagClassName
{
color: #E11D31;
}
</style>
background-color css
<style>
a { background-color: #E11D31; }
a { background-color: rgb(225,29,49); }
div.DivClassName
{
background-color: #E11D31;
}
.BgClassName
{
background-color: #E11D31;
}
</style>
border-color css
<style>
span { border-color: #E11D31; }
span { border-color: rgb(225,29,49); }
td.TdClassName
{
border-color: #E11D31;
}
.TagClassName
{
border-color: #E11D31;
}
</style>