Shades of Alizarin #E2313D
Tints of Alizarin #E2313D
RGB
CMYK
RGB Variations
Color information
#E2313D (or 0xE2313D) is known color: Alizarin. HEX triplet: E2, 31 and 3D. RGB value is (226,49,61). Sum of RGB (Red+Green+Blue) = 226+49+61=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E2313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2313D is #1DCEC2. Grayscale: #676767. Windows color (decimal): -1953475 or 4010466. OLE color: 4010466.
HSL color Cylindrical-coordinate representation of color #E2313D: hue angle of 355.93º 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 #E2313D is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 61 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.11 |
| HSL | 355.93º | 0.75% | 0.54% | - |
| HSV(B) | 355.93º | 0.78% | 0.89% | - |
| XYZ | 33.3 | 18.7 | 6.27 | - |
| YUV | 103.29 | 104.14 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 61 | 0 | 0.78 | 0.73 | 0.11 | 355.93 | 0.75 | 0.54 |
| Hex | E2 | 31 | 3D | 0 | 4E | 49 | B | 164 | 4B | 36 |
| Octal | 342 | 61 | 75 | 0 | 116 | 111 | 13 | 544 | 113 | 66 |
| Binary | 11100010 | 110001 | 111101 | 0 | 1001110 | 1001001 | 1011 | 101100100 | 1001011 | 110110 |
Color Harmonies of #E2313D
Complementary color
Monochromatic Colors of #E2313D
Black with #E2313D
Text Example
Text Example
White with #E2313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2313D; }
p { color: rgb(226,49,61); }
H1.HeaderClassName
{
color: #E2313D;
}
.AnyTagClassName
{
color: #E2313D;
}
</style>
background-color css
<style>
a { background-color: #E2313D; }
a { background-color: rgb(226,49,61); }
div.DivClassName
{
background-color: #E2313D;
}
.BgClassName
{
background-color: #E2313D;
}
</style>
border-color css
<style>
span { border-color: #E2313D; }
span { border-color: rgb(226,49,61); }
td.TdClassName
{
border-color: #E2313D;
}
.TagClassName
{
border-color: #E2313D;
}
</style>