Shades of Alizarin #EB222C
Tints of Alizarin #EB222C
RGB
CMYK
RGB Variations
Color information
#EB222C (or 0xEB222C) is known color: Alizarin. HEX triplet: EB, 22 and 2C. RGB value is (235,34,44). Sum of RGB (Red+Green+Blue) = 235+34+44=313 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.08% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 235 - color contains mainly: red. Hex color #EB222C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB222C is #14DDD3. Grayscale: #5F5F5F. Windows color (decimal): -1367508 or 2892523. OLE color: 2892523.
HSL color Cylindrical-coordinate representation of color #EB222C: hue angle of 357.01º 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 #EB222C is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 34 | 44 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.08 |
| HSL | 357.01º | 0.83% | 0.53% | - |
| HSV(B) | 357.01º | 0.86% | 0.92% | - |
| XYZ | 35.29 | 18.99 | 4.19 | - |
| YUV | 95.24 | 99.09 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 34 | 44 | 0 | 0.86 | 0.81 | 0.08 | 357.01 | 0.83 | 0.53 |
| Hex | EB | 22 | 2C | 0 | 56 | 51 | 8 | 165 | 53 | 35 |
| Octal | 353 | 42 | 54 | 0 | 126 | 121 | 10 | 545 | 123 | 65 |
| Binary | 11101011 | 100010 | 101100 | 0 | 1010110 | 1010001 | 1000 | 101100101 | 1010011 | 110101 |
Color Harmonies of #EB222C
Complementary color
Monochromatic Colors of #EB222C
Black with #EB222C
Text Example
Text Example
White with #EB222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB222C; }
p { color: rgb(235,34,44); }
H1.HeaderClassName
{
color: #EB222C;
}
.AnyTagClassName
{
color: #EB222C;
}
</style>
background-color css
<style>
a { background-color: #EB222C; }
a { background-color: rgb(235,34,44); }
div.DivClassName
{
background-color: #EB222C;
}
.BgClassName
{
background-color: #EB222C;
}
</style>
border-color css
<style>
span { border-color: #EB222C; }
span { border-color: rgb(235,34,44); }
td.TdClassName
{
border-color: #EB222C;
}
.TagClassName
{
border-color: #EB222C;
}
</style>