Shades of Alizarin #E0313F
Tints of Alizarin #E0313F
RGB
CMYK
RGB Variations
Color information
#E0313F (or 0xE0313F) is known color: Alizarin. HEX triplet: E0, 31 and 3F. RGB value is (224,49,63). Sum of RGB (Red+Green+Blue) = 224+49+63=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E0313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0313F is #1FCEC0. Grayscale: #676767. Windows color (decimal): -2084545 or 4141536. OLE color: 4141536.
HSL color Cylindrical-coordinate representation of color #E0313F: hue angle of 355.2º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0313F is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 63 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.12 |
| HSL | 355.2º | 0.74% | 0.54% | - |
| HSV(B) | 355.2º | 0.78% | 0.88% | - |
| XYZ | 32.74 | 18.4 | 6.53 | - |
| YUV | 102.92 | 105.48 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 63 | 0 | 0.78 | 0.72 | 0.12 | 355.2 | 0.74 | 0.54 |
| Hex | E0 | 31 | 3F | 0 | 4E | 48 | C | 163 | 4A | 36 |
| Octal | 340 | 61 | 77 | 0 | 116 | 110 | 14 | 543 | 112 | 66 |
| Binary | 11100000 | 110001 | 111111 | 0 | 1001110 | 1001000 | 1100 | 101100011 | 1001010 | 110110 |
Color Harmonies of #E0313F
Complementary color
Monochromatic Colors of #E0313F
Black with #E0313F
Text Example
Text Example
White with #E0313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0313F; }
p { color: rgb(224,49,63); }
H1.HeaderClassName
{
color: #E0313F;
}
.AnyTagClassName
{
color: #E0313F;
}
</style>
background-color css
<style>
a { background-color: #E0313F; }
a { background-color: rgb(224,49,63); }
div.DivClassName
{
background-color: #E0313F;
}
.BgClassName
{
background-color: #E0313F;
}
</style>
border-color css
<style>
span { border-color: #E0313F; }
span { border-color: rgb(224,49,63); }
td.TdClassName
{
border-color: #E0313F;
}
.TagClassName
{
border-color: #E0313F;
}
</style>