Shades of Alizarin #E8313C
Tints of Alizarin #E8313C
RGB
CMYK
RGB Variations
Color information
#E8313C (or 0xE8313C) is known color: Alizarin. HEX triplet: E8, 31 and 3C. RGB value is (232,49,60). Sum of RGB (Red+Green+Blue) = 232+49+60=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E8313C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8313C is #17CEC3. Grayscale: #696969. Windows color (decimal): -1560260 or 3944936. OLE color: 3944936.
HSL color Cylindrical-coordinate representation of color #E8313C: hue angle of 356.39º 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 #E8313C is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 60 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.09 |
| HSL | 356.39º | 0.8% | 0.55% | - |
| HSV(B) | 356.39º | 0.79% | 0.91% | - |
| XYZ | 35.19 | 19.68 | 6.22 | - |
| YUV | 104.97 | 102.63 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 60 | 0 | 0.79 | 0.74 | 0.09 | 356.39 | 0.8 | 0.55 |
| Hex | E8 | 31 | 3C | 0 | 4F | 4A | 9 | 164 | 50 | 37 |
| Octal | 350 | 61 | 74 | 0 | 117 | 112 | 11 | 544 | 120 | 67 |
| Binary | 11101000 | 110001 | 111100 | 0 | 1001111 | 1001010 | 1001 | 101100100 | 1010000 | 110111 |
Color Harmonies of #E8313C
Complementary color
Monochromatic Colors of #E8313C
Black with #E8313C
Text Example
Text Example
White with #E8313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8313C; }
p { color: rgb(232,49,60); }
H1.HeaderClassName
{
color: #E8313C;
}
.AnyTagClassName
{
color: #E8313C;
}
</style>
background-color css
<style>
a { background-color: #E8313C; }
a { background-color: rgb(232,49,60); }
div.DivClassName
{
background-color: #E8313C;
}
.BgClassName
{
background-color: #E8313C;
}
</style>
border-color css
<style>
span { border-color: #E8313C; }
span { border-color: rgb(232,49,60); }
td.TdClassName
{
border-color: #E8313C;
}
.TagClassName
{
border-color: #E8313C;
}
</style>