Shades of Alizarin #E5313B
Tints of Alizarin #E5313B
RGB
CMYK
RGB Variations
Color information
#E5313B (or 0xE5313B) is known color: Alizarin. HEX triplet: E5, 31 and 3B. RGB value is (229,49,59). Sum of RGB (Red+Green+Blue) = 229+49+59=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E5313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5313B is #1ACEC4. Grayscale: #686868. Windows color (decimal): -1756869 or 3879397. OLE color: 3879397.
HSL color Cylindrical-coordinate representation of color #E5313B: hue angle of 356.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5313B is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 59 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.10 |
| HSL | 356.67º | 0.78% | 0.55% | - |
| HSV(B) | 356.67º | 0.79% | 0.9% | - |
| XYZ | 34.2 | 19.17 | 6.04 | - |
| YUV | 103.96 | 102.63 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 59 | 0 | 0.79 | 0.74 | 0.10 | 356.67 | 0.78 | 0.55 |
| Hex | E5 | 31 | 3B | 0 | 4F | 4A | A | 165 | 4E | 37 |
| Octal | 345 | 61 | 73 | 0 | 117 | 112 | 12 | 545 | 116 | 67 |
| Binary | 11100101 | 110001 | 111011 | 0 | 1001111 | 1001010 | 1010 | 101100101 | 1001110 | 110111 |
Color Harmonies of #E5313B
Complementary color
Monochromatic Colors of #E5313B
Black with #E5313B
Text Example
Text Example
White with #E5313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5313B; }
p { color: rgb(229,49,59); }
H1.HeaderClassName
{
color: #E5313B;
}
.AnyTagClassName
{
color: #E5313B;
}
</style>
background-color css
<style>
a { background-color: #E5313B; }
a { background-color: rgb(229,49,59); }
div.DivClassName
{
background-color: #E5313B;
}
.BgClassName
{
background-color: #E5313B;
}
</style>
border-color css
<style>
span { border-color: #E5313B; }
span { border-color: rgb(229,49,59); }
td.TdClassName
{
border-color: #E5313B;
}
.TagClassName
{
border-color: #E5313B;
}
</style>