Shades of Alizarin #E12935
Tints of Alizarin #E12935
RGB
CMYK
RGB Variations
Color information
#E12935 (or 0xE12935) is known color: Alizarin. HEX triplet: E1, 29 and 35. RGB value is (225,41,53). Sum of RGB (Red+Green+Blue) = 225+41+53=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E12935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12935 is #1ED6CA. Grayscale: #616161. Windows color (decimal): -2021067 or 3484129. OLE color: 3484129.
HSL color Cylindrical-coordinate representation of color #E12935: hue angle of 356.09º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12935 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 53 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.12 |
| HSL | 356.09º | 0.75% | 0.52% | - |
| HSV(B) | 356.09º | 0.82% | 0.88% | - |
| XYZ | 32.49 | 17.85 | 5.1 | - |
| YUV | 97.38 | 102.96 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 53 | 0 | 0.82 | 0.76 | 0.12 | 356.09 | 0.75 | 0.52 |
| Hex | E1 | 29 | 35 | 0 | 52 | 4C | C | 164 | 4B | 34 |
| Octal | 341 | 51 | 65 | 0 | 122 | 114 | 14 | 544 | 113 | 64 |
| Binary | 11100001 | 101001 | 110101 | 0 | 1010010 | 1001100 | 1100 | 101100100 | 1001011 | 110100 |
Color Harmonies of #E12935
Complementary color
Monochromatic Colors of #E12935
Black with #E12935
Text Example
Text Example
White with #E12935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12935; }
p { color: rgb(225,41,53); }
H1.HeaderClassName
{
color: #E12935;
}
.AnyTagClassName
{
color: #E12935;
}
</style>
background-color css
<style>
a { background-color: #E12935; }
a { background-color: rgb(225,41,53); }
div.DivClassName
{
background-color: #E12935;
}
.BgClassName
{
background-color: #E12935;
}
</style>
border-color css
<style>
span { border-color: #E12935; }
span { border-color: rgb(225,41,53); }
td.TdClassName
{
border-color: #E12935;
}
.TagClassName
{
border-color: #E12935;
}
</style>