Shades of Alizarin #E12637
Tints of Alizarin #E12637
RGB
CMYK
RGB Variations
Color information
#E12637 (or 0xE12637) is known color: Alizarin. HEX triplet: E1, 26 and 37. RGB value is (225,38,55). Sum of RGB (Red+Green+Blue) = 225+38+55=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E12637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12637 is #1ED9C8. Grayscale: #5F5F5F. Windows color (decimal): -2021833 or 3614433. OLE color: 3614433.
HSL color Cylindrical-coordinate representation of color #E12637: hue angle of 354.55º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12637 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 55 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.12 |
| HSL | 354.55º | 0.76% | 0.52% | - |
| HSV(B) | 354.55º | 0.83% | 0.88% | - |
| XYZ | 32.43 | 17.67 | 5.32 | - |
| YUV | 95.85 | 104.95 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 55 | 0 | 0.83 | 0.76 | 0.12 | 354.55 | 0.76 | 0.52 |
| Hex | E1 | 26 | 37 | 0 | 53 | 4C | C | 163 | 4C | 34 |
| Octal | 341 | 46 | 67 | 0 | 123 | 114 | 14 | 543 | 114 | 64 |
| Binary | 11100001 | 100110 | 110111 | 0 | 1010011 | 1001100 | 1100 | 101100011 | 1001100 | 110100 |
Color Harmonies of #E12637
Complementary color
Monochromatic Colors of #E12637
Black with #E12637
Text Example
Text Example
White with #E12637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12637; }
p { color: rgb(225,38,55); }
H1.HeaderClassName
{
color: #E12637;
}
.AnyTagClassName
{
color: #E12637;
}
</style>
background-color css
<style>
a { background-color: #E12637; }
a { background-color: rgb(225,38,55); }
div.DivClassName
{
background-color: #E12637;
}
.BgClassName
{
background-color: #E12637;
}
</style>
border-color css
<style>
span { border-color: #E12637; }
span { border-color: rgb(225,38,55); }
td.TdClassName
{
border-color: #E12637;
}
.TagClassName
{
border-color: #E12637;
}
</style>