Shades of Alizarin #E12F3C
Tints of Alizarin #E12F3C
RGB
CMYK
RGB Variations
Color information
#E12F3C (or 0xE12F3C) is known color: Alizarin. HEX triplet: E1, 2F and 3C. RGB value is (225,47,60). Sum of RGB (Red+Green+Blue) = 225+47+60=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12F3C is #1ED0C3. Grayscale: #656565. Windows color (decimal): -2019524 or 3944417. OLE color: 3944417.
HSL color Cylindrical-coordinate representation of color #E12F3C: hue angle of 355.62º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E12F3C is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 47 | 60 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.12 |
| HSL | 355.62º | 0.75% | 0.53% | - |
| HSV(B) | 355.62º | 0.79% | 0.88% | - |
| XYZ | 32.88 | 18.37 | 6.09 | - |
| YUV | 101.7 | 104.47 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 60 | 0 | 0.79 | 0.73 | 0.12 | 355.62 | 0.75 | 0.53 |
| Hex | E1 | 2F | 3C | 0 | 4F | 49 | C | 164 | 4B | 35 |
| Octal | 341 | 57 | 74 | 0 | 117 | 111 | 14 | 544 | 113 | 65 |
| Binary | 11100001 | 101111 | 111100 | 0 | 1001111 | 1001001 | 1100 | 101100100 | 1001011 | 110101 |
Color Harmonies of #E12F3C
Complementary color
Monochromatic Colors of #E12F3C
Black with #E12F3C
Text Example
Text Example
White with #E12F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12F3C; }
p { color: rgb(225,47,60); }
H1.HeaderClassName
{
color: #E12F3C;
}
.AnyTagClassName
{
color: #E12F3C;
}
</style>
background-color css
<style>
a { background-color: #E12F3C; }
a { background-color: rgb(225,47,60); }
div.DivClassName
{
background-color: #E12F3C;
}
.BgClassName
{
background-color: #E12F3C;
}
</style>
border-color css
<style>
span { border-color: #E12F3C; }
span { border-color: rgb(225,47,60); }
td.TdClassName
{
border-color: #E12F3C;
}
.TagClassName
{
border-color: #E12F3C;
}
</style>