Shades of Alizarin #E3313C
Tints of Alizarin #E3313C
RGB
CMYK
RGB Variations
Color information
#E3313C (or 0xE3313C) is known color: Alizarin. HEX triplet: E3, 31 and 3C. RGB value is (227,49,60). Sum of RGB (Red+Green+Blue) = 227+49+60=336 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.56% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 227 - color contains mainly: red. Hex color #E3313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3313C is #1CCEC3. Grayscale: #676767. Windows color (decimal): -1887940 or 3944931. OLE color: 3944931.
HSL color Cylindrical-coordinate representation of color #E3313C: hue angle of 356.29º degrees, saturation: 0.76, 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 #E3313C is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 49 | 60 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.11 |
| HSL | 356.29º | 0.76% | 0.54% | - |
| HSV(B) | 356.29º | 0.78% | 0.89% | - |
| XYZ | 33.59 | 18.85 | 6.14 | - |
| YUV | 103.48 | 103.47 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 49 | 60 | 0 | 0.78 | 0.74 | 0.11 | 356.29 | 0.76 | 0.54 |
| Hex | E3 | 31 | 3C | 0 | 4E | 4A | B | 164 | 4C | 36 |
| Octal | 343 | 61 | 74 | 0 | 116 | 112 | 13 | 544 | 114 | 66 |
| Binary | 11100011 | 110001 | 111100 | 0 | 1001110 | 1001010 | 1011 | 101100100 | 1001100 | 110110 |
Color Harmonies of #E3313C
Complementary color
Monochromatic Colors of #E3313C
Black with #E3313C
Text Example
Text Example
White with #E3313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3313C; }
p { color: rgb(227,49,60); }
H1.HeaderClassName
{
color: #E3313C;
}
.AnyTagClassName
{
color: #E3313C;
}
</style>
background-color css
<style>
a { background-color: #E3313C; }
a { background-color: rgb(227,49,60); }
div.DivClassName
{
background-color: #E3313C;
}
.BgClassName
{
background-color: #E3313C;
}
</style>
border-color css
<style>
span { border-color: #E3313C; }
span { border-color: rgb(227,49,60); }
td.TdClassName
{
border-color: #E3313C;
}
.TagClassName
{
border-color: #E3313C;
}
</style>