Shades of Alizarin #EB212C
Tints of Alizarin #EB212C
RGB
CMYK
RGB Variations
Color information
#EB212C (or 0xEB212C) is known color: Alizarin. HEX triplet: EB, 21 and 2C. RGB value is (235,33,44). Sum of RGB (Red+Green+Blue) = 235+33+44=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB212C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB212C is #14DED3. Grayscale: #5E5E5E. Windows color (decimal): -1367764 or 2892267. OLE color: 2892267.
HSL color Cylindrical-coordinate representation of color #EB212C: hue angle of 356.73º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB212C is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 33 | 44 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.08 |
| HSL | 356.73º | 0.83% | 0.53% | - |
| HSV(B) | 356.73º | 0.86% | 0.92% | - |
| XYZ | 35.26 | 18.93 | 4.18 | - |
| YUV | 94.65 | 99.42 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 33 | 44 | 0 | 0.86 | 0.81 | 0.08 | 356.73 | 0.83 | 0.53 |
| Hex | EB | 21 | 2C | 0 | 56 | 51 | 8 | 165 | 53 | 35 |
| Octal | 353 | 41 | 54 | 0 | 126 | 121 | 10 | 545 | 123 | 65 |
| Binary | 11101011 | 100001 | 101100 | 0 | 1010110 | 1010001 | 1000 | 101100101 | 1010011 | 110101 |
Color Harmonies of #EB212C
Complementary color
Monochromatic Colors of #EB212C
Black with #EB212C
Text Example
Text Example
White with #EB212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB212C; }
p { color: rgb(235,33,44); }
H1.HeaderClassName
{
color: #EB212C;
}
.AnyTagClassName
{
color: #EB212C;
}
</style>
background-color css
<style>
a { background-color: #EB212C; }
a { background-color: rgb(235,33,44); }
div.DivClassName
{
background-color: #EB212C;
}
.BgClassName
{
background-color: #EB212C;
}
</style>
border-color css
<style>
span { border-color: #EB212C; }
span { border-color: rgb(235,33,44); }
td.TdClassName
{
border-color: #EB212C;
}
.TagClassName
{
border-color: #EB212C;
}
</style>