Shades of Alizarin #E12334
Tints of Alizarin #E12334
RGB
CMYK
RGB Variations
Color information
#E12334 (or 0xE12334) is known color: Alizarin. HEX triplet: E1, 23 and 34. RGB value is (225,35,52). Sum of RGB (Red+Green+Blue) = 225+35+52=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E12334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12334 is #1EDCCB. Grayscale: #5D5D5D. Windows color (decimal): -2022604 or 3417057. OLE color: 3417057.
HSL color Cylindrical-coordinate representation of color #E12334: hue angle of 354.63º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E12334 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 52 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.12 |
| HSL | 354.63º | 0.76% | 0.51% | - |
| HSV(B) | 354.63º | 0.84% | 0.88% | - |
| XYZ | 32.27 | 17.46 | 4.92 | - |
| YUV | 93.75 | 104.45 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 52 | 0 | 0.84 | 0.77 | 0.12 | 354.63 | 0.76 | 0.51 |
| Hex | E1 | 23 | 34 | 0 | 54 | 4D | C | 163 | 4C | 33 |
| Octal | 341 | 43 | 64 | 0 | 124 | 115 | 14 | 543 | 114 | 63 |
| Binary | 11100001 | 100011 | 110100 | 0 | 1010100 | 1001101 | 1100 | 101100011 | 1001100 | 110011 |
Color Harmonies of #E12334
Complementary color
Monochromatic Colors of #E12334
Black with #E12334
Text Example
Text Example
White with #E12334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12334; }
p { color: rgb(225,35,52); }
H1.HeaderClassName
{
color: #E12334;
}
.AnyTagClassName
{
color: #E12334;
}
</style>
background-color css
<style>
a { background-color: #E12334; }
a { background-color: rgb(225,35,52); }
div.DivClassName
{
background-color: #E12334;
}
.BgClassName
{
background-color: #E12334;
}
</style>
border-color css
<style>
span { border-color: #E12334; }
span { border-color: rgb(225,35,52); }
td.TdClassName
{
border-color: #E12334;
}
.TagClassName
{
border-color: #E12334;
}
</style>