Shades of Alizarin #E82D39
Tints of Alizarin #E82D39
RGB
CMYK
RGB Variations
Color information
#E82D39 (or 0xE82D39) is known color: Alizarin. HEX triplet: E8, 2D and 39. RGB value is (232,45,57). Sum of RGB (Red+Green+Blue) = 232+45+57=334 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.46% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82D39 is #17D2C6. Grayscale: #666666. Windows color (decimal): -1561287 or 3747304. OLE color: 3747304.
HSL color Cylindrical-coordinate representation of color #E82D39: hue angle of 356.15º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82D39 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 57 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.09 |
| HSL | 356.15º | 0.8% | 0.54% | - |
| HSV(B) | 356.15º | 0.81% | 0.91% | - |
| XYZ | 34.96 | 19.33 | 5.76 | - |
| YUV | 102.28 | 102.45 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 57 | 0 | 0.81 | 0.75 | 0.09 | 356.15 | 0.8 | 0.54 |
| Hex | E8 | 2D | 39 | 0 | 51 | 4B | 9 | 164 | 50 | 36 |
| Octal | 350 | 55 | 71 | 0 | 121 | 113 | 11 | 544 | 120 | 66 |
| Binary | 11101000 | 101101 | 111001 | 0 | 1010001 | 1001011 | 1001 | 101100100 | 1010000 | 110110 |
Color Harmonies of #E82D39
Complementary color
Monochromatic Colors of #E82D39
Black with #E82D39
Text Example
Text Example
White with #E82D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82D39; }
p { color: rgb(232,45,57); }
H1.HeaderClassName
{
color: #E82D39;
}
.AnyTagClassName
{
color: #E82D39;
}
</style>
background-color css
<style>
a { background-color: #E82D39; }
a { background-color: rgb(232,45,57); }
div.DivClassName
{
background-color: #E82D39;
}
.BgClassName
{
background-color: #E82D39;
}
</style>
border-color css
<style>
span { border-color: #E82D39; }
span { border-color: rgb(232,45,57); }
td.TdClassName
{
border-color: #E82D39;
}
.TagClassName
{
border-color: #E82D39;
}
</style>