Shades of Alizarin #E2313A
Tints of Alizarin #E2313A
RGB
CMYK
RGB Variations
Color information
#E2313A (or 0xE2313A) is known color: Alizarin. HEX triplet: E2, 31 and 3A. RGB value is (226,49,58). Sum of RGB (Red+Green+Blue) = 226+49+58=333 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.87% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 226 - color contains mainly: red. Hex color #E2313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2313A is #1DCEC5. Grayscale: #676767. Windows color (decimal): -1953478 or 3813858. OLE color: 3813858.
HSL color Cylindrical-coordinate representation of color #E2313A: hue angle of 356.95º 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 #E2313A is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 58 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.11 |
| HSL | 356.95º | 0.75% | 0.54% | - |
| HSV(B) | 356.95º | 0.78% | 0.89% | - |
| XYZ | 33.23 | 18.67 | 5.86 | - |
| YUV | 102.95 | 102.64 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 58 | 0 | 0.78 | 0.74 | 0.11 | 356.95 | 0.75 | 0.54 |
| Hex | E2 | 31 | 3A | 0 | 4E | 4A | B | 165 | 4B | 36 |
| Octal | 342 | 61 | 72 | 0 | 116 | 112 | 13 | 545 | 113 | 66 |
| Binary | 11100010 | 110001 | 111010 | 0 | 1001110 | 1001010 | 1011 | 101100101 | 1001011 | 110110 |
Color Harmonies of #E2313A
Complementary color
Monochromatic Colors of #E2313A
Black with #E2313A
Text Example
Text Example
White with #E2313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2313A; }
p { color: rgb(226,49,58); }
H1.HeaderClassName
{
color: #E2313A;
}
.AnyTagClassName
{
color: #E2313A;
}
</style>
background-color css
<style>
a { background-color: #E2313A; }
a { background-color: rgb(226,49,58); }
div.DivClassName
{
background-color: #E2313A;
}
.BgClassName
{
background-color: #E2313A;
}
</style>
border-color css
<style>
span { border-color: #E2313A; }
span { border-color: rgb(226,49,58); }
td.TdClassName
{
border-color: #E2313A;
}
.TagClassName
{
border-color: #E2313A;
}
</style>