Shades of Alizarin #E3313D
Tints of Alizarin #E3313D
RGB
CMYK
RGB Variations
Color information
#E3313D (or 0xE3313D) is known color: Alizarin. HEX triplet: E3, 31 and 3D. RGB value is (227,49,61). Sum of RGB (Red+Green+Blue) = 227+49+61=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E3313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3313D is #1CCEC2. Grayscale: #676767. Windows color (decimal): -1887939 or 4010467. OLE color: 4010467.
HSL color Cylindrical-coordinate representation of color #E3313D: hue angle of 355.96º 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 #E3313D is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 49 | 61 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.11 |
| HSL | 355.96º | 0.76% | 0.54% | - |
| HSV(B) | 355.96º | 0.78% | 0.89% | - |
| XYZ | 33.62 | 18.86 | 6.28 | - |
| YUV | 103.59 | 103.97 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 49 | 61 | 0 | 0.78 | 0.73 | 0.11 | 355.96 | 0.76 | 0.54 |
| Hex | E3 | 31 | 3D | 0 | 4E | 49 | B | 164 | 4C | 36 |
| Octal | 343 | 61 | 75 | 0 | 116 | 111 | 13 | 544 | 114 | 66 |
| Binary | 11100011 | 110001 | 111101 | 0 | 1001110 | 1001001 | 1011 | 101100100 | 1001100 | 110110 |
Color Harmonies of #E3313D
Complementary color
Monochromatic Colors of #E3313D
Black with #E3313D
Text Example
Text Example
White with #E3313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3313D; }
p { color: rgb(227,49,61); }
H1.HeaderClassName
{
color: #E3313D;
}
.AnyTagClassName
{
color: #E3313D;
}
</style>
background-color css
<style>
a { background-color: #E3313D; }
a { background-color: rgb(227,49,61); }
div.DivClassName
{
background-color: #E3313D;
}
.BgClassName
{
background-color: #E3313D;
}
</style>
border-color css
<style>
span { border-color: #E3313D; }
span { border-color: rgb(227,49,61); }
td.TdClassName
{
border-color: #E3313D;
}
.TagClassName
{
border-color: #E3313D;
}
</style>