Shades of Alizarin #E12C32
Tints of Alizarin #E12C32
RGB
CMYK
RGB Variations
Color information
#E12C32 (or 0xE12C32) is known color: Alizarin. HEX triplet: E1, 2C and 32. RGB value is (225,44,50). Sum of RGB (Red+Green+Blue) = 225+44+50=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12C32 is #1ED3CD. Grayscale: #626262. Windows color (decimal): -2020302 or 3288289. OLE color: 3288289.
HSL color Cylindrical-coordinate representation of color #E12C32: hue angle of 358.01º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12C32 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 50 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.12 |
| HSL | 358.01º | 0.75% | 0.53% | - |
| HSV(B) | 358.01º | 0.8% | 0.88% | - |
| XYZ | 32.53 | 18.04 | 4.79 | - |
| YUV | 98.8 | 100.47 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 50 | 0 | 0.80 | 0.78 | 0.12 | 358.01 | 0.75 | 0.53 |
| Hex | E1 | 2C | 32 | 0 | 50 | 4E | C | 166 | 4B | 35 |
| Octal | 341 | 54 | 62 | 0 | 120 | 116 | 14 | 546 | 113 | 65 |
| Binary | 11100001 | 101100 | 110010 | 0 | 1010000 | 1001110 | 1100 | 101100110 | 1001011 | 110101 |
Color Harmonies of #E12C32
Complementary color
Monochromatic Colors of #E12C32
Black with #E12C32
Text Example
Text Example
White with #E12C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12C32; }
p { color: rgb(225,44,50); }
H1.HeaderClassName
{
color: #E12C32;
}
.AnyTagClassName
{
color: #E12C32;
}
</style>
background-color css
<style>
a { background-color: #E12C32; }
a { background-color: rgb(225,44,50); }
div.DivClassName
{
background-color: #E12C32;
}
.BgClassName
{
background-color: #E12C32;
}
</style>
border-color css
<style>
span { border-color: #E12C32; }
span { border-color: rgb(225,44,50); }
td.TdClassName
{
border-color: #E12C32;
}
.TagClassName
{
border-color: #E12C32;
}
</style>