Shades of Alizarin #E82F37
Tints of Alizarin #E82F37
RGB
CMYK
RGB Variations
Color information
#E82F37 (or 0xE82F37) is known color: Alizarin. HEX triplet: E8, 2F and 37. RGB value is (232,47,55). Sum of RGB (Red+Green+Blue) = 232+47+55=334 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.46% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82F37 is #17D0C8. Grayscale: #676767. Windows color (decimal): -1560777 or 3616744. OLE color: 3616744.
HSL color Cylindrical-coordinate representation of color #E82F37: hue angle of 357.41º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82F37 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 55 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.09 |
| HSL | 357.41º | 0.8% | 0.55% | - |
| HSV(B) | 357.41º | 0.8% | 0.91% | - |
| XYZ | 34.98 | 19.46 | 5.53 | - |
| YUV | 103.23 | 100.79 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 55 | 0 | 0.80 | 0.76 | 0.09 | 357.41 | 0.8 | 0.55 |
| Hex | E8 | 2F | 37 | 0 | 50 | 4C | 9 | 165 | 50 | 37 |
| Octal | 350 | 57 | 67 | 0 | 120 | 114 | 11 | 545 | 120 | 67 |
| Binary | 11101000 | 101111 | 110111 | 0 | 1010000 | 1001100 | 1001 | 101100101 | 1010000 | 110111 |
Color Harmonies of #E82F37
Complementary color
Monochromatic Colors of #E82F37
Black with #E82F37
Text Example
Text Example
White with #E82F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82F37; }
p { color: rgb(232,47,55); }
H1.HeaderClassName
{
color: #E82F37;
}
.AnyTagClassName
{
color: #E82F37;
}
</style>
background-color css
<style>
a { background-color: #E82F37; }
a { background-color: rgb(232,47,55); }
div.DivClassName
{
background-color: #E82F37;
}
.BgClassName
{
background-color: #E82F37;
}
</style>
border-color css
<style>
span { border-color: #E82F37; }
span { border-color: rgb(232,47,55); }
td.TdClassName
{
border-color: #E82F37;
}
.TagClassName
{
border-color: #E82F37;
}
</style>