Shades of Alizarin #E12434
Tints of Alizarin #E12434
RGB
CMYK
RGB Variations
Color information
#E12434 (or 0xE12434) is known color: Alizarin. HEX triplet: E1, 24 and 34. RGB value is (225,36,52). Sum of RGB (Red+Green+Blue) = 225+36+52=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E12434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12434 is #1EDBCB. Grayscale: #5E5E5E. Windows color (decimal): -2022348 or 3417313. OLE color: 3417313.
HSL color Cylindrical-coordinate representation of color #E12434: hue angle of 354.92º 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 #E12434 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 52 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.12 |
| HSL | 354.92º | 0.76% | 0.51% | - |
| HSV(B) | 354.92º | 0.84% | 0.88% | - |
| XYZ | 32.3 | 17.52 | 4.93 | - |
| YUV | 94.34 | 104.12 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 52 | 0 | 0.84 | 0.77 | 0.12 | 354.92 | 0.76 | 0.51 |
| Hex | E1 | 24 | 34 | 0 | 54 | 4D | C | 163 | 4C | 33 |
| Octal | 341 | 44 | 64 | 0 | 124 | 115 | 14 | 543 | 114 | 63 |
| Binary | 11100001 | 100100 | 110100 | 0 | 1010100 | 1001101 | 1100 | 101100011 | 1001100 | 110011 |
Color Harmonies of #E12434
Complementary color
Monochromatic Colors of #E12434
Black with #E12434
Text Example
Text Example
White with #E12434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12434; }
p { color: rgb(225,36,52); }
H1.HeaderClassName
{
color: #E12434;
}
.AnyTagClassName
{
color: #E12434;
}
</style>
background-color css
<style>
a { background-color: #E12434; }
a { background-color: rgb(225,36,52); }
div.DivClassName
{
background-color: #E12434;
}
.BgClassName
{
background-color: #E12434;
}
</style>
border-color css
<style>
span { border-color: #E12434; }
span { border-color: rgb(225,36,52); }
td.TdClassName
{
border-color: #E12434;
}
.TagClassName
{
border-color: #E12434;
}
</style>