Shades of Crimson #E51131
Tints of Crimson #E51131
RGB
CMYK
RGB Variations
Color information
#E51131 (or 0xE51131) is known color: Crimson. HEX triplet: E5, 11 and 31. RGB value is (229,17,49). Sum of RGB (Red+Green+Blue) = 229+17+49=295 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.63% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 229 - color contains mainly: red. Hex color #E51131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51131 is #1AEECE. Grayscale: #545454. Windows color (decimal): -1765071 or 3215845. OLE color: 3215845.
HSL color Cylindrical-coordinate representation of color #E51131: hue angle of 350.94º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E51131 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 49 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.10 |
| HSL | 350.94º | 0.86% | 0.48% | - |
| HSV(B) | 350.94º | 0.93% | 0.9% | - |
| XYZ | 33.07 | 17.28 | 4.5 | - |
| YUV | 84.04 | 108.24 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 49 | 0 | 0.93 | 0.79 | 0.10 | 350.94 | 0.86 | 0.48 |
| Hex | E5 | 11 | 31 | 0 | 5D | 4F | A | 15F | 56 | 30 |
| Octal | 345 | 21 | 61 | 0 | 135 | 117 | 12 | 537 | 126 | 60 |
| Binary | 11100101 | 10001 | 110001 | 0 | 1011101 | 1001111 | 1010 | 101011111 | 1010110 | 110000 |
Color Harmonies of #E51131
Complementary color
Monochromatic Colors of #E51131
Black with #E51131
Text Example
Text Example
White with #E51131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51131; }
p { color: rgb(229,17,49); }
H1.HeaderClassName
{
color: #E51131;
}
.AnyTagClassName
{
color: #E51131;
}
</style>
background-color css
<style>
a { background-color: #E51131; }
a { background-color: rgb(229,17,49); }
div.DivClassName
{
background-color: #E51131;
}
.BgClassName
{
background-color: #E51131;
}
</style>
border-color css
<style>
span { border-color: #E51131; }
span { border-color: rgb(229,17,49); }
td.TdClassName
{
border-color: #E51131;
}
.TagClassName
{
border-color: #E51131;
}
</style>