Shades of Alizarin #E9212F
Tints of Alizarin #E9212F
RGB
CMYK
RGB Variations
Color information
#E9212F (or 0xE9212F) is known color: Alizarin. HEX triplet: E9, 21 and 2F. RGB value is (233,33,47). Sum of RGB (Red+Green+Blue) = 233+33+47=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E9212F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9212F is #16DED0. Grayscale: #5E5E5E. Windows color (decimal): -1498833 or 3088873. OLE color: 3088873.
HSL color Cylindrical-coordinate representation of color #E9212F: hue angle of 355.8º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9212F is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 47 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.09 |
| HSL | 355.8º | 0.82% | 0.52% | - |
| HSV(B) | 355.8º | 0.86% | 0.91% | - |
| XYZ | 34.66 | 18.62 | 4.46 | - |
| YUV | 94.4 | 101.26 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 47 | 0 | 0.86 | 0.80 | 0.09 | 355.8 | 0.82 | 0.52 |
| Hex | E9 | 21 | 2F | 0 | 56 | 50 | 9 | 164 | 52 | 34 |
| Octal | 351 | 41 | 57 | 0 | 126 | 120 | 11 | 544 | 122 | 64 |
| Binary | 11101001 | 100001 | 101111 | 0 | 1010110 | 1010000 | 1001 | 101100100 | 1010010 | 110100 |
Color Harmonies of #E9212F
Complementary color
Monochromatic Colors of #E9212F
Black with #E9212F
Text Example
Text Example
White with #E9212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9212F; }
p { color: rgb(233,33,47); }
H1.HeaderClassName
{
color: #E9212F;
}
.AnyTagClassName
{
color: #E9212F;
}
</style>
background-color css
<style>
a { background-color: #E9212F; }
a { background-color: rgb(233,33,47); }
div.DivClassName
{
background-color: #E9212F;
}
.BgClassName
{
background-color: #E9212F;
}
</style>
border-color css
<style>
span { border-color: #E9212F; }
span { border-color: rgb(233,33,47); }
td.TdClassName
{
border-color: #E9212F;
}
.TagClassName
{
border-color: #E9212F;
}
</style>