Shades of Alizarin #E7313B
Tints of Alizarin #E7313B
RGB
CMYK
RGB Variations
Color information
#E7313B (or 0xE7313B) is known color: Alizarin. HEX triplet: E7, 31 and 3B. RGB value is (231,49,59). Sum of RGB (Red+Green+Blue) = 231+49+59=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E7313B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7313B is #18CEC4. Grayscale: #686868. Windows color (decimal): -1625797 or 3879399. OLE color: 3879399.
HSL color Cylindrical-coordinate representation of color #E7313B: hue angle of 356.7º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E7313B is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 59 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.09 |
| HSL | 356.7º | 0.79% | 0.55% | - |
| HSV(B) | 356.7º | 0.79% | 0.91% | - |
| XYZ | 34.84 | 19.5 | 6.07 | - |
| YUV | 104.56 | 102.3 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 59 | 0 | 0.79 | 0.74 | 0.09 | 356.7 | 0.79 | 0.55 |
| Hex | E7 | 31 | 3B | 0 | 4F | 4A | 9 | 165 | 4F | 37 |
| Octal | 347 | 61 | 73 | 0 | 117 | 112 | 11 | 545 | 117 | 67 |
| Binary | 11100111 | 110001 | 111011 | 0 | 1001111 | 1001010 | 1001 | 101100101 | 1001111 | 110111 |
Color Harmonies of #E7313B
Complementary color
Monochromatic Colors of #E7313B
Black with #E7313B
Text Example
Text Example
White with #E7313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7313B; }
p { color: rgb(231,49,59); }
H1.HeaderClassName
{
color: #E7313B;
}
.AnyTagClassName
{
color: #E7313B;
}
</style>
background-color css
<style>
a { background-color: #E7313B; }
a { background-color: rgb(231,49,59); }
div.DivClassName
{
background-color: #E7313B;
}
.BgClassName
{
background-color: #E7313B;
}
</style>
border-color css
<style>
span { border-color: #E7313B; }
span { border-color: rgb(231,49,59); }
td.TdClassName
{
border-color: #E7313B;
}
.TagClassName
{
border-color: #E7313B;
}
</style>