Shades of Alizarin #E4313F
Tints of Alizarin #E4313F
RGB
CMYK
RGB Variations
Color information
#E4313F (or 0xE4313F) is known color: Alizarin. HEX triplet: E4, 31 and 3F. RGB value is (228,49,63). Sum of RGB (Red+Green+Blue) = 228+49+63=340 (45% of max value = 765). Red value is 228 (89.45% from 255 or 67.06% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 228 - color contains mainly: red. Hex color #E4313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4313F is #1BCEC0. Grayscale: #686868. Windows color (decimal): -1822401 or 4141540. OLE color: 4141540.
HSL color Cylindrical-coordinate representation of color #E4313F: hue angle of 355.31º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E4313F is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 49 | 63 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.11 |
| HSL | 355.31º | 0.77% | 0.54% | - |
| HSV(B) | 355.31º | 0.79% | 0.89% | - |
| XYZ | 33.99 | 19.05 | 6.59 | - |
| YUV | 104.12 | 104.8 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 49 | 63 | 0 | 0.79 | 0.72 | 0.11 | 355.31 | 0.77 | 0.54 |
| Hex | E4 | 31 | 3F | 0 | 4F | 48 | B | 163 | 4D | 36 |
| Octal | 344 | 61 | 77 | 0 | 117 | 110 | 13 | 543 | 115 | 66 |
| Binary | 11100100 | 110001 | 111111 | 0 | 1001111 | 1001000 | 1011 | 101100011 | 1001101 | 110110 |
Color Harmonies of #E4313F
Complementary color
Monochromatic Colors of #E4313F
Black with #E4313F
Text Example
Text Example
White with #E4313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4313F; }
p { color: rgb(228,49,63); }
H1.HeaderClassName
{
color: #E4313F;
}
.AnyTagClassName
{
color: #E4313F;
}
</style>
background-color css
<style>
a { background-color: #E4313F; }
a { background-color: rgb(228,49,63); }
div.DivClassName
{
background-color: #E4313F;
}
.BgClassName
{
background-color: #E4313F;
}
</style>
border-color css
<style>
span { border-color: #E4313F; }
span { border-color: rgb(228,49,63); }
td.TdClassName
{
border-color: #E4313F;
}
.TagClassName
{
border-color: #E4313F;
}
</style>