Shades of Alizarin #E7313D
Tints of Alizarin #E7313D
RGB
CMYK
RGB Variations
Color information
#E7313D (or 0xE7313D) is known color: Alizarin. HEX triplet: E7, 31 and 3D. RGB value is (231,49,61). Sum of RGB (Red+Green+Blue) = 231+49+61=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E7313D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7313D is #18CEC2. Grayscale: #686868. Windows color (decimal): -1625795 or 4010471. OLE color: 4010471.
HSL color Cylindrical-coordinate representation of color #E7313D: hue angle of 356.04º 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 #E7313D is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 61 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.09 |
| HSL | 356.04º | 0.79% | 0.55% | - |
| HSV(B) | 356.04º | 0.79% | 0.91% | - |
| XYZ | 34.9 | 19.52 | 6.34 | - |
| YUV | 104.79 | 103.3 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 61 | 0 | 0.79 | 0.74 | 0.09 | 356.04 | 0.79 | 0.55 |
| Hex | E7 | 31 | 3D | 0 | 4F | 4A | 9 | 164 | 4F | 37 |
| Octal | 347 | 61 | 75 | 0 | 117 | 112 | 11 | 544 | 117 | 67 |
| Binary | 11100111 | 110001 | 111101 | 0 | 1001111 | 1001010 | 1001 | 101100100 | 1001111 | 110111 |
Color Harmonies of #E7313D
Complementary color
Monochromatic Colors of #E7313D
Black with #E7313D
Text Example
Text Example
White with #E7313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7313D; }
p { color: rgb(231,49,61); }
H1.HeaderClassName
{
color: #E7313D;
}
.AnyTagClassName
{
color: #E7313D;
}
</style>
background-color css
<style>
a { background-color: #E7313D; }
a { background-color: rgb(231,49,61); }
div.DivClassName
{
background-color: #E7313D;
}
.BgClassName
{
background-color: #E7313D;
}
</style>
border-color css
<style>
span { border-color: #E7313D; }
span { border-color: rgb(231,49,61); }
td.TdClassName
{
border-color: #E7313D;
}
.TagClassName
{
border-color: #E7313D;
}
</style>