Shades of Alizarin #E4313B
Tints of Alizarin #E4313B
RGB
CMYK
RGB Variations
Color information
#E4313B (or 0xE4313B) is known color: Alizarin. HEX triplet: E4, 31 and 3B. RGB value is (228,49,59). Sum of RGB (Red+Green+Blue) = 228+49+59=336 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.86% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 228 - color contains mainly: red. Hex color #E4313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4313B is #1BCEC4. Grayscale: #676767. Windows color (decimal): -1822405 or 3879396. OLE color: 3879396.
HSL color Cylindrical-coordinate representation of color #E4313B: hue angle of 356.65º 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 #E4313B is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 49 | 59 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.11 |
| HSL | 356.65º | 0.77% | 0.54% | - |
| HSV(B) | 356.65º | 0.79% | 0.89% | - |
| XYZ | 33.88 | 19.01 | 6.02 | - |
| YUV | 103.66 | 102.8 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 49 | 59 | 0 | 0.79 | 0.74 | 0.11 | 356.65 | 0.77 | 0.54 |
| Hex | E4 | 31 | 3B | 0 | 4F | 4A | B | 165 | 4D | 36 |
| Octal | 344 | 61 | 73 | 0 | 117 | 112 | 13 | 545 | 115 | 66 |
| Binary | 11100100 | 110001 | 111011 | 0 | 1001111 | 1001010 | 1011 | 101100101 | 1001101 | 110110 |
Color Harmonies of #E4313B
Complementary color
Monochromatic Colors of #E4313B
Black with #E4313B
Text Example
Text Example
White with #E4313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4313B; }
p { color: rgb(228,49,59); }
H1.HeaderClassName
{
color: #E4313B;
}
.AnyTagClassName
{
color: #E4313B;
}
</style>
background-color css
<style>
a { background-color: #E4313B; }
a { background-color: rgb(228,49,59); }
div.DivClassName
{
background-color: #E4313B;
}
.BgClassName
{
background-color: #E4313B;
}
</style>
border-color css
<style>
span { border-color: #E4313B; }
span { border-color: rgb(228,49,59); }
td.TdClassName
{
border-color: #E4313B;
}
.TagClassName
{
border-color: #E4313B;
}
</style>