Shades of Alizarin #E8222B
Tints of Alizarin #E8222B
RGB
CMYK
RGB Variations
Color information
#E8222B (or 0xE8222B) is known color: Alizarin. HEX triplet: E8, 22 and 2B. RGB value is (232,34,43). Sum of RGB (Red+Green+Blue) = 232+34+43=309 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.08% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 232 - color contains mainly: red. Hex color #E8222B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8222B is #17DDD4. Grayscale: #5E5E5E. Windows color (decimal): -1564117 or 2826984. OLE color: 2826984.
HSL color Cylindrical-coordinate representation of color #E8222B: hue angle of 357.27º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E8222B is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 34 | 43 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.09 |
| HSL | 357.27º | 0.81% | 0.52% | - |
| HSV(B) | 357.27º | 0.85% | 0.91% | - |
| XYZ | 34.29 | 18.47 | 4.04 | - |
| YUV | 94.23 | 99.1 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 43 | 0 | 0.85 | 0.81 | 0.09 | 357.27 | 0.81 | 0.52 |
| Hex | E8 | 22 | 2B | 0 | 55 | 51 | 9 | 165 | 51 | 34 |
| Octal | 350 | 42 | 53 | 0 | 125 | 121 | 11 | 545 | 121 | 64 |
| Binary | 11101000 | 100010 | 101011 | 0 | 1010101 | 1010001 | 1001 | 101100101 | 1010001 | 110100 |
Color Harmonies of #E8222B
Complementary color
Monochromatic Colors of #E8222B
Black with #E8222B
Text Example
Text Example
White with #E8222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8222B; }
p { color: rgb(232,34,43); }
H1.HeaderClassName
{
color: #E8222B;
}
.AnyTagClassName
{
color: #E8222B;
}
</style>
background-color css
<style>
a { background-color: #E8222B; }
a { background-color: rgb(232,34,43); }
div.DivClassName
{
background-color: #E8222B;
}
.BgClassName
{
background-color: #E8222B;
}
</style>
border-color css
<style>
span { border-color: #E8222B; }
span { border-color: rgb(232,34,43); }
td.TdClassName
{
border-color: #E8222B;
}
.TagClassName
{
border-color: #E8222B;
}
</style>