Shades of Alizarin #E82B3E
Tints of Alizarin #E82B3E
RGB
CMYK
RGB Variations
Color information
#E82B3E (or 0xE82B3E) is known color: Alizarin. HEX triplet: E8, 2B and 3E. RGB value is (232,43,62). Sum of RGB (Red+Green+Blue) = 232+43+62=337 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.84% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 232 - color contains mainly: red. Hex color #E82B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82B3E is #17D4C1. Grayscale: #656565. Windows color (decimal): -1561794 or 4074472. OLE color: 4074472.
HSL color Cylindrical-coordinate representation of color #E82B3E: hue angle of 353.97º 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 #E82B3E is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 43 | 62 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.09 |
| HSL | 353.97º | 0.8% | 0.54% | - |
| HSV(B) | 353.97º | 0.81% | 0.91% | - |
| XYZ | 35.01 | 19.23 | 6.42 | - |
| YUV | 101.68 | 105.62 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 43 | 62 | 0 | 0.81 | 0.73 | 0.09 | 353.97 | 0.8 | 0.54 |
| Hex | E8 | 2B | 3E | 0 | 51 | 49 | 9 | 162 | 50 | 36 |
| Octal | 350 | 53 | 76 | 0 | 121 | 111 | 11 | 542 | 120 | 66 |
| Binary | 11101000 | 101011 | 111110 | 0 | 1010001 | 1001001 | 1001 | 101100010 | 1010000 | 110110 |
Color Harmonies of #E82B3E
Complementary color
Monochromatic Colors of #E82B3E
Black with #E82B3E
Text Example
Text Example
White with #E82B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82B3E; }
p { color: rgb(232,43,62); }
H1.HeaderClassName
{
color: #E82B3E;
}
.AnyTagClassName
{
color: #E82B3E;
}
</style>
background-color css
<style>
a { background-color: #E82B3E; }
a { background-color: rgb(232,43,62); }
div.DivClassName
{
background-color: #E82B3E;
}
.BgClassName
{
background-color: #E82B3E;
}
</style>
border-color css
<style>
span { border-color: #E82B3E; }
span { border-color: rgb(232,43,62); }
td.TdClassName
{
border-color: #E82B3E;
}
.TagClassName
{
border-color: #E82B3E;
}
</style>