Shades of Alizarin #E11B34
Tints of Alizarin #E11B34
RGB
CMYK
RGB Variations
Color information
#E11B34 (or 0xE11B34) is known color: Alizarin. HEX triplet: E1, 1B and 34. RGB value is (225,27,52). Sum of RGB (Red+Green+Blue) = 225+27+52=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11B34 is #1EE4CB. Grayscale: #595959. Windows color (decimal): -2024652 or 3415009. OLE color: 3415009.
HSL color Cylindrical-coordinate representation of color #E11B34: hue angle of 352.42º 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 #E11B34 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 52 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.12 |
| HSL | 352.42º | 0.79% | 0.49% | - |
| HSV(B) | 352.42º | 0.88% | 0.88% | - |
| XYZ | 32.06 | 17.04 | 4.85 | - |
| YUV | 89.05 | 107.1 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 52 | 0 | 0.88 | 0.77 | 0.12 | 352.42 | 0.79 | 0.49 |
| Hex | E1 | 1B | 34 | 0 | 58 | 4D | C | 160 | 4F | 31 |
| Octal | 341 | 33 | 64 | 0 | 130 | 115 | 14 | 540 | 117 | 61 |
| Binary | 11100001 | 11011 | 110100 | 0 | 1011000 | 1001101 | 1100 | 101100000 | 1001111 | 110001 |
Color Harmonies of #E11B34
Complementary color
Monochromatic Colors of #E11B34
Black with #E11B34
Text Example
Text Example
White with #E11B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11B34; }
p { color: rgb(225,27,52); }
H1.HeaderClassName
{
color: #E11B34;
}
.AnyTagClassName
{
color: #E11B34;
}
</style>
background-color css
<style>
a { background-color: #E11B34; }
a { background-color: rgb(225,27,52); }
div.DivClassName
{
background-color: #E11B34;
}
.BgClassName
{
background-color: #E11B34;
}
</style>
border-color css
<style>
span { border-color: #E11B34; }
span { border-color: rgb(225,27,52); }
td.TdClassName
{
border-color: #E11B34;
}
.TagClassName
{
border-color: #E11B34;
}
</style>