Shades of Crimson #E51031
Tints of Crimson #E51031
RGB
CMYK
RGB Variations
Color information
#E51031 (or 0xE51031) is known color: Crimson. HEX triplet: E5, 10 and 31. RGB value is (229,16,49). Sum of RGB (Red+Green+Blue) = 229+16+49=294 (38% of max value = 765). Red value is 229 (89.84% from 255 or 77.89% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 229 - color contains mainly: red. Hex color #E51031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51031 is #1AEFCE. Grayscale: #535353. Windows color (decimal): -1765327 or 3215589. OLE color: 3215589.
HSL color Cylindrical-coordinate representation of color #E51031: hue angle of 350.7º degrees, saturation: 0.87, 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 #E51031 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 49 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.10 |
| HSL | 350.7º | 0.87% | 0.48% | - |
| HSV(B) | 350.7º | 0.93% | 0.9% | - |
| XYZ | 33.05 | 17.25 | 4.49 | - |
| YUV | 83.45 | 108.57 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 49 | 0 | 0.93 | 0.79 | 0.10 | 350.7 | 0.87 | 0.48 |
| Hex | E5 | 10 | 31 | 0 | 5D | 4F | A | 15F | 57 | 30 |
| Octal | 345 | 20 | 61 | 0 | 135 | 117 | 12 | 537 | 127 | 60 |
| Binary | 11100101 | 10000 | 110001 | 0 | 1011101 | 1001111 | 1010 | 101011111 | 1010111 | 110000 |
Color Harmonies of #E51031
Complementary color
Monochromatic Colors of #E51031
Black with #E51031
Text Example
Text Example
White with #E51031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51031; }
p { color: rgb(229,16,49); }
H1.HeaderClassName
{
color: #E51031;
}
.AnyTagClassName
{
color: #E51031;
}
</style>
background-color css
<style>
a { background-color: #E51031; }
a { background-color: rgb(229,16,49); }
div.DivClassName
{
background-color: #E51031;
}
.BgClassName
{
background-color: #E51031;
}
</style>
border-color css
<style>
span { border-color: #E51031; }
span { border-color: rgb(229,16,49); }
td.TdClassName
{
border-color: #E51031;
}
.TagClassName
{
border-color: #E51031;
}
</style>