Shades of Alizarin #E2313C
Tints of Alizarin #E2313C
RGB
CMYK
RGB Variations
Color information
#E2313C (or 0xE2313C) is known color: Alizarin. HEX triplet: E2, 31 and 3C. RGB value is (226,49,60). Sum of RGB (Red+Green+Blue) = 226+49+60=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E2313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2313C is #1DCEC3. Grayscale: #676767. Windows color (decimal): -1953476 or 3944930. OLE color: 3944930.
HSL color Cylindrical-coordinate representation of color #E2313C: hue angle of 356.27º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2313C is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 60 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.11 |
| HSL | 356.27º | 0.75% | 0.54% | - |
| HSV(B) | 356.27º | 0.78% | 0.89% | - |
| XYZ | 33.28 | 18.69 | 6.13 | - |
| YUV | 103.18 | 103.64 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 60 | 0 | 0.78 | 0.73 | 0.11 | 356.27 | 0.75 | 0.54 |
| Hex | E2 | 31 | 3C | 0 | 4E | 49 | B | 164 | 4B | 36 |
| Octal | 342 | 61 | 74 | 0 | 116 | 111 | 13 | 544 | 113 | 66 |
| Binary | 11100010 | 110001 | 111100 | 0 | 1001110 | 1001001 | 1011 | 101100100 | 1001011 | 110110 |
Color Harmonies of #E2313C
Complementary color
Monochromatic Colors of #E2313C
Black with #E2313C
Text Example
Text Example
White with #E2313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2313C; }
p { color: rgb(226,49,60); }
H1.HeaderClassName
{
color: #E2313C;
}
.AnyTagClassName
{
color: #E2313C;
}
</style>
background-color css
<style>
a { background-color: #E2313C; }
a { background-color: rgb(226,49,60); }
div.DivClassName
{
background-color: #E2313C;
}
.BgClassName
{
background-color: #E2313C;
}
</style>
border-color css
<style>
span { border-color: #E2313C; }
span { border-color: rgb(226,49,60); }
td.TdClassName
{
border-color: #E2313C;
}
.TagClassName
{
border-color: #E2313C;
}
</style>