Shades of Alizarin #E83140
Tints of Alizarin #E83140
RGB
CMYK
RGB Variations
Color information
#E83140 (or 0xE83140) is known color: Alizarin. HEX triplet: E8, 31 and 40. RGB value is (232,49,64). Sum of RGB (Red+Green+Blue) = 232+49+64=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E83140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E83140 is #17CEBF. Grayscale: #696969. Windows color (decimal): -1560256 or 4207080. OLE color: 4207080.
HSL color Cylindrical-coordinate representation of color #E83140: hue angle of 355.08º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E83140 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 64 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.09 |
| HSL | 355.08º | 0.8% | 0.55% | - |
| HSV(B) | 355.08º | 0.79% | 0.91% | - |
| XYZ | 35.3 | 19.72 | 6.8 | - |
| YUV | 105.43 | 104.63 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 64 | 0 | 0.79 | 0.72 | 0.09 | 355.08 | 0.8 | 0.55 |
| Hex | E8 | 31 | 40 | 0 | 4F | 48 | 9 | 163 | 50 | 37 |
| Octal | 350 | 61 | 100 | 0 | 117 | 110 | 11 | 543 | 120 | 67 |
| Binary | 11101000 | 110001 | 1000000 | 0 | 1001111 | 1001000 | 1001 | 101100011 | 1010000 | 110111 |
Color Harmonies of #E83140
Complementary color
Monochromatic Colors of #E83140
Black with #E83140
Text Example
Text Example
White with #E83140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83140; }
p { color: rgb(232,49,64); }
H1.HeaderClassName
{
color: #E83140;
}
.AnyTagClassName
{
color: #E83140;
}
</style>
background-color css
<style>
a { background-color: #E83140; }
a { background-color: rgb(232,49,64); }
div.DivClassName
{
background-color: #E83140;
}
.BgClassName
{
background-color: #E83140;
}
</style>
border-color css
<style>
span { border-color: #E83140; }
span { border-color: rgb(232,49,64); }
td.TdClassName
{
border-color: #E83140;
}
.TagClassName
{
border-color: #E83140;
}
</style>