Shades of Alizarin #E82234
Tints of Alizarin #E82234
RGB
CMYK
RGB Variations
Color information
#E82234 (or 0xE82234) is known color: Alizarin. HEX triplet: E8, 22 and 34. RGB value is (232,34,52). Sum of RGB (Red+Green+Blue) = 232+34+52=318 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.96% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 232 - color contains mainly: red. Hex color #E82234 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82234 is #17DDCB. Grayscale: #5F5F5F. Windows color (decimal): -1564108 or 3416808. OLE color: 3416808.
HSL color Cylindrical-coordinate representation of color #E82234: hue angle of 354.55º 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 #E82234 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 34 | 52 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.09 |
| HSL | 354.55º | 0.81% | 0.52% | - |
| HSV(B) | 354.55º | 0.85% | 0.91% | - |
| XYZ | 34.47 | 18.55 | 5.01 | - |
| YUV | 95.25 | 103.6 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 52 | 0 | 0.85 | 0.78 | 0.09 | 354.55 | 0.81 | 0.52 |
| Hex | E8 | 22 | 34 | 0 | 55 | 4E | 9 | 163 | 51 | 34 |
| Octal | 350 | 42 | 64 | 0 | 125 | 116 | 11 | 543 | 121 | 64 |
| Binary | 11101000 | 100010 | 110100 | 0 | 1010101 | 1001110 | 1001 | 101100011 | 1010001 | 110100 |
Color Harmonies of #E82234
Complementary color
Monochromatic Colors of #E82234
Black with #E82234
Text Example
Text Example
White with #E82234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82234; }
p { color: rgb(232,34,52); }
H1.HeaderClassName
{
color: #E82234;
}
.AnyTagClassName
{
color: #E82234;
}
</style>
background-color css
<style>
a { background-color: #E82234; }
a { background-color: rgb(232,34,52); }
div.DivClassName
{
background-color: #E82234;
}
.BgClassName
{
background-color: #E82234;
}
</style>
border-color css
<style>
span { border-color: #E82234; }
span { border-color: rgb(232,34,52); }
td.TdClassName
{
border-color: #E82234;
}
.TagClassName
{
border-color: #E82234;
}
</style>