Shades of Alizarin #E12F3E
Tints of Alizarin #E12F3E
RGB
CMYK
RGB Variations
Color information
#E12F3E (or 0xE12F3E) is known color: Alizarin. HEX triplet: E1, 2F and 3E. RGB value is (225,47,62). Sum of RGB (Red+Green+Blue) = 225+47+62=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12F3E is #1ED0C1. Grayscale: #666666. Windows color (decimal): -2019522 or 4075489. OLE color: 4075489.
HSL color Cylindrical-coordinate representation of color #E12F3E: hue angle of 354.94º 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 #E12F3E is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 47 | 62 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.12 |
| HSL | 354.94º | 0.75% | 0.53% | - |
| HSV(B) | 354.94º | 0.79% | 0.88% | - |
| XYZ | 32.94 | 18.39 | 6.37 | - |
| YUV | 101.93 | 105.47 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 62 | 0 | 0.79 | 0.72 | 0.12 | 354.94 | 0.75 | 0.53 |
| Hex | E1 | 2F | 3E | 0 | 4F | 48 | C | 163 | 4B | 35 |
| Octal | 341 | 57 | 76 | 0 | 117 | 110 | 14 | 543 | 113 | 65 |
| Binary | 11100001 | 101111 | 111110 | 0 | 1001111 | 1001000 | 1100 | 101100011 | 1001011 | 110101 |
Color Harmonies of #E12F3E
Complementary color
Monochromatic Colors of #E12F3E
Black with #E12F3E
Text Example
Text Example
White with #E12F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12F3E; }
p { color: rgb(225,47,62); }
H1.HeaderClassName
{
color: #E12F3E;
}
.AnyTagClassName
{
color: #E12F3E;
}
</style>
background-color css
<style>
a { background-color: #E12F3E; }
a { background-color: rgb(225,47,62); }
div.DivClassName
{
background-color: #E12F3E;
}
.BgClassName
{
background-color: #E12F3E;
}
</style>
border-color css
<style>
span { border-color: #E12F3E; }
span { border-color: rgb(225,47,62); }
td.TdClassName
{
border-color: #E12F3E;
}
.TagClassName
{
border-color: #E12F3E;
}
</style>