Shades of Alizarin #E82D3A
Tints of Alizarin #E82D3A
RGB
CMYK
RGB Variations
Color information
#E82D3A (or 0xE82D3A) is known color: Alizarin. HEX triplet: E8, 2D and 3A. RGB value is (232,45,58). Sum of RGB (Red+Green+Blue) = 232+45+58=335 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.25% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82D3A is #17D2C5. Grayscale: #666666. Windows color (decimal): -1561286 or 3812840. OLE color: 3812840.
HSL color Cylindrical-coordinate representation of color #E82D3A: hue angle of 355.83º 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 #E82D3A is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 58 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.09 |
| HSL | 355.83º | 0.8% | 0.54% | - |
| HSV(B) | 355.83º | 0.81% | 0.91% | - |
| XYZ | 34.98 | 19.34 | 5.89 | - |
| YUV | 102.4 | 102.95 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 58 | 0 | 0.81 | 0.75 | 0.09 | 355.83 | 0.8 | 0.54 |
| Hex | E8 | 2D | 3A | 0 | 51 | 4B | 9 | 164 | 50 | 36 |
| Octal | 350 | 55 | 72 | 0 | 121 | 113 | 11 | 544 | 120 | 66 |
| Binary | 11101000 | 101101 | 111010 | 0 | 1010001 | 1001011 | 1001 | 101100100 | 1010000 | 110110 |
Color Harmonies of #E82D3A
Complementary color
Monochromatic Colors of #E82D3A
Black with #E82D3A
Text Example
Text Example
White with #E82D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82D3A; }
p { color: rgb(232,45,58); }
H1.HeaderClassName
{
color: #E82D3A;
}
.AnyTagClassName
{
color: #E82D3A;
}
</style>
background-color css
<style>
a { background-color: #E82D3A; }
a { background-color: rgb(232,45,58); }
div.DivClassName
{
background-color: #E82D3A;
}
.BgClassName
{
background-color: #E82D3A;
}
</style>
border-color css
<style>
span { border-color: #E82D3A; }
span { border-color: rgb(232,45,58); }
td.TdClassName
{
border-color: #E82D3A;
}
.TagClassName
{
border-color: #E82D3A;
}
</style>