Shades of Alizarin #E82228
Tints of Alizarin #E82228
RGB
CMYK
RGB Variations
Color information
#E82228 (or 0xE82228) is known color: Alizarin. HEX triplet: E8, 22 and 28. RGB value is (232,34,40). Sum of RGB (Red+Green+Blue) = 232+34+40=306 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.82% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 232 - color contains mainly: red. Hex color #E82228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82228 is #17DDD7. Grayscale: #5E5E5E. Windows color (decimal): -1564120 or 2630376. OLE color: 2630376.
HSL color Cylindrical-coordinate representation of color #E82228: hue angle of 358.18º 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 #E82228 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 34 | 40 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.09 |
| HSL | 358.18º | 0.81% | 0.52% | - |
| HSV(B) | 358.18º | 0.85% | 0.91% | - |
| XYZ | 34.23 | 18.45 | 3.76 | - |
| YUV | 93.89 | 97.6 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 40 | 0 | 0.85 | 0.83 | 0.09 | 358.18 | 0.81 | 0.52 |
| Hex | E8 | 22 | 28 | 0 | 55 | 53 | 9 | 166 | 51 | 34 |
| Octal | 350 | 42 | 50 | 0 | 125 | 123 | 11 | 546 | 121 | 64 |
| Binary | 11101000 | 100010 | 101000 | 0 | 1010101 | 1010011 | 1001 | 101100110 | 1010001 | 110100 |
Color Harmonies of #E82228
Complementary color
Monochromatic Colors of #E82228
Black with #E82228
Text Example
Text Example
White with #E82228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82228; }
p { color: rgb(232,34,40); }
H1.HeaderClassName
{
color: #E82228;
}
.AnyTagClassName
{
color: #E82228;
}
</style>
background-color css
<style>
a { background-color: #E82228; }
a { background-color: rgb(232,34,40); }
div.DivClassName
{
background-color: #E82228;
}
.BgClassName
{
background-color: #E82228;
}
</style>
border-color css
<style>
span { border-color: #E82228; }
span { border-color: rgb(232,34,40); }
td.TdClassName
{
border-color: #E82228;
}
.TagClassName
{
border-color: #E82228;
}
</style>