Shades of Alizarin #E82C3E
Tints of Alizarin #E82C3E
RGB
CMYK
RGB Variations
Color information
#E82C3E (or 0xE82C3E) is known color: Alizarin. HEX triplet: E8, 2C and 3E. RGB value is (232,44,62). Sum of RGB (Red+Green+Blue) = 232+44+62=338 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.64% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82C3E is #17D3C1. Grayscale: #666666. Windows color (decimal): -1561538 or 4074728. OLE color: 4074728.
HSL color Cylindrical-coordinate representation of color #E82C3E: hue angle of 354.26º 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 #E82C3E is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 44 | 62 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.09 |
| HSL | 354.26º | 0.8% | 0.54% | - |
| HSV(B) | 354.26º | 0.81% | 0.91% | - |
| XYZ | 35.05 | 19.3 | 6.44 | - |
| YUV | 102.26 | 105.28 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 44 | 62 | 0 | 0.81 | 0.73 | 0.09 | 354.26 | 0.8 | 0.54 |
| Hex | E8 | 2C | 3E | 0 | 51 | 49 | 9 | 162 | 50 | 36 |
| Octal | 350 | 54 | 76 | 0 | 121 | 111 | 11 | 542 | 120 | 66 |
| Binary | 11101000 | 101100 | 111110 | 0 | 1010001 | 1001001 | 1001 | 101100010 | 1010000 | 110110 |
Color Harmonies of #E82C3E
Complementary color
Monochromatic Colors of #E82C3E
Black with #E82C3E
Text Example
Text Example
White with #E82C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82C3E; }
p { color: rgb(232,44,62); }
H1.HeaderClassName
{
color: #E82C3E;
}
.AnyTagClassName
{
color: #E82C3E;
}
</style>
background-color css
<style>
a { background-color: #E82C3E; }
a { background-color: rgb(232,44,62); }
div.DivClassName
{
background-color: #E82C3E;
}
.BgClassName
{
background-color: #E82C3E;
}
</style>
border-color css
<style>
span { border-color: #E82C3E; }
span { border-color: rgb(232,44,62); }
td.TdClassName
{
border-color: #E82C3E;
}
.TagClassName
{
border-color: #E82C3E;
}
</style>