Shades of Alizarin #E51C31
Tints of Alizarin #E51C31
RGB
CMYK
RGB Variations
Color information
#E51C31 (or 0xE51C31) is known color: Alizarin. HEX triplet: E5, 1C and 31. RGB value is (229,28,49). Sum of RGB (Red+Green+Blue) = 229+28+49=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51C31 is #1AE3CE. Grayscale: #5A5A5A. Windows color (decimal): -1762255 or 3218661. OLE color: 3218661.
HSL color Cylindrical-coordinate representation of color #E51C31: hue angle of 353.73º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51C31 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 49 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.10 |
| HSL | 353.73º | 0.79% | 0.5% | - |
| HSV(B) | 353.73º | 0.88% | 0.9% | - |
| XYZ | 33.28 | 17.71 | 4.57 | - |
| YUV | 90.49 | 104.59 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 49 | 0 | 0.88 | 0.79 | 0.10 | 353.73 | 0.79 | 0.5 |
| Hex | E5 | 1C | 31 | 0 | 58 | 4F | A | 162 | 4F | 32 |
| Octal | 345 | 34 | 61 | 0 | 130 | 117 | 12 | 542 | 117 | 62 |
| Binary | 11100101 | 11100 | 110001 | 0 | 1011000 | 1001111 | 1010 | 101100010 | 1001111 | 110010 |
Color Harmonies of #E51C31
Complementary color
Monochromatic Colors of #E51C31
Black with #E51C31
Text Example
Text Example
White with #E51C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C31; }
p { color: rgb(229,28,49); }
H1.HeaderClassName
{
color: #E51C31;
}
.AnyTagClassName
{
color: #E51C31;
}
</style>
background-color css
<style>
a { background-color: #E51C31; }
a { background-color: rgb(229,28,49); }
div.DivClassName
{
background-color: #E51C31;
}
.BgClassName
{
background-color: #E51C31;
}
</style>
border-color css
<style>
span { border-color: #E51C31; }
span { border-color: rgb(229,28,49); }
td.TdClassName
{
border-color: #E51C31;
}
.TagClassName
{
border-color: #E51C31;
}
</style>