Shades of Alizarin #E8313B
Tints of Alizarin #E8313B
RGB
CMYK
RGB Variations
Color information
#E8313B (or 0xE8313B) is known color: Alizarin. HEX triplet: E8, 31 and 3B. RGB value is (232,49,59). Sum of RGB (Red+Green+Blue) = 232+49+59=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E8313B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8313B is #17CEC4. Grayscale: #686868. Windows color (decimal): -1560261 or 3879400. OLE color: 3879400.
HSL color Cylindrical-coordinate representation of color #E8313B: hue angle of 356.72º 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 #E8313B is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 59 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.09 |
| HSL | 356.72º | 0.8% | 0.55% | - |
| HSV(B) | 356.72º | 0.79% | 0.91% | - |
| XYZ | 35.17 | 19.67 | 6.08 | - |
| YUV | 104.86 | 102.13 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 59 | 0 | 0.79 | 0.75 | 0.09 | 356.72 | 0.8 | 0.55 |
| Hex | E8 | 31 | 3B | 0 | 4F | 4B | 9 | 165 | 50 | 37 |
| Octal | 350 | 61 | 73 | 0 | 117 | 113 | 11 | 545 | 120 | 67 |
| Binary | 11101000 | 110001 | 111011 | 0 | 1001111 | 1001011 | 1001 | 101100101 | 1010000 | 110111 |
Color Harmonies of #E8313B
Complementary color
Monochromatic Colors of #E8313B
Black with #E8313B
Text Example
Text Example
White with #E8313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8313B; }
p { color: rgb(232,49,59); }
H1.HeaderClassName
{
color: #E8313B;
}
.AnyTagClassName
{
color: #E8313B;
}
</style>
background-color css
<style>
a { background-color: #E8313B; }
a { background-color: rgb(232,49,59); }
div.DivClassName
{
background-color: #E8313B;
}
.BgClassName
{
background-color: #E8313B;
}
</style>
border-color css
<style>
span { border-color: #E8313B; }
span { border-color: rgb(232,49,59); }
td.TdClassName
{
border-color: #E8313B;
}
.TagClassName
{
border-color: #E8313B;
}
</style>