Shades of Alizarin #E11D35
Tints of Alizarin #E11D35
RGB
CMYK
RGB Variations
Color information
#E11D35 (or 0xE11D35) is known color: Alizarin. HEX triplet: E1, 1D and 35. RGB value is (225,29,53). Sum of RGB (Red+Green+Blue) = 225+29+53=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11D35 is #1EE2CA. Grayscale: #5A5A5A. Windows color (decimal): -2024139 or 3481057. OLE color: 3481057.
HSL color Cylindrical-coordinate representation of color #E11D35: hue angle of 352.65º 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 #E11D35 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 53 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.12 |
| HSL | 352.65º | 0.77% | 0.5% | - |
| HSV(B) | 352.65º | 0.87% | 0.88% | - |
| XYZ | 32.13 | 17.14 | 4.98 | - |
| YUV | 90.34 | 106.93 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 53 | 0 | 0.87 | 0.76 | 0.12 | 352.65 | 0.77 | 0.5 |
| Hex | E1 | 1D | 35 | 0 | 57 | 4C | C | 161 | 4D | 32 |
| Octal | 341 | 35 | 65 | 0 | 127 | 114 | 14 | 541 | 115 | 62 |
| Binary | 11100001 | 11101 | 110101 | 0 | 1010111 | 1001100 | 1100 | 101100001 | 1001101 | 110010 |
Color Harmonies of #E11D35
Complementary color
Monochromatic Colors of #E11D35
Black with #E11D35
Text Example
Text Example
White with #E11D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11D35; }
p { color: rgb(225,29,53); }
H1.HeaderClassName
{
color: #E11D35;
}
.AnyTagClassName
{
color: #E11D35;
}
</style>
background-color css
<style>
a { background-color: #E11D35; }
a { background-color: rgb(225,29,53); }
div.DivClassName
{
background-color: #E11D35;
}
.BgClassName
{
background-color: #E11D35;
}
</style>
border-color css
<style>
span { border-color: #E11D35; }
span { border-color: rgb(225,29,53); }
td.TdClassName
{
border-color: #E11D35;
}
.TagClassName
{
border-color: #E11D35;
}
</style>