Shades of Crimson #E51135
Tints of Crimson #E51135
RGB
CMYK
RGB Variations
Color information
#E51135 (or 0xE51135) is known color: Crimson. HEX triplet: E5, 11 and 35. RGB value is (229,17,53). Sum of RGB (Red+Green+Blue) = 229+17+53=299 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.59% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 229 - color contains mainly: red. Hex color #E51135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51135 is #1AEECA. Grayscale: #545454. Windows color (decimal): -1765067 or 3477989. OLE color: 3477989.
HSL color Cylindrical-coordinate representation of color #E51135: hue angle of 349.81º 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 #E51135 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 53 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.10 |
| HSL | 349.81º | 0.86% | 0.48% | - |
| HSV(B) | 349.81º | 0.93% | 0.9% | - |
| XYZ | 33.16 | 17.32 | 4.96 | - |
| YUV | 84.49 | 110.24 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 53 | 0 | 0.93 | 0.77 | 0.10 | 349.81 | 0.86 | 0.48 |
| Hex | E5 | 11 | 35 | 0 | 5D | 4D | A | 15E | 56 | 30 |
| Octal | 345 | 21 | 65 | 0 | 135 | 115 | 12 | 536 | 126 | 60 |
| Binary | 11100101 | 10001 | 110101 | 0 | 1011101 | 1001101 | 1010 | 101011110 | 1010110 | 110000 |
Color Harmonies of #E51135
Complementary color
Monochromatic Colors of #E51135
Black with #E51135
Text Example
Text Example
White with #E51135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51135; }
p { color: rgb(229,17,53); }
H1.HeaderClassName
{
color: #E51135;
}
.AnyTagClassName
{
color: #E51135;
}
</style>
background-color css
<style>
a { background-color: #E51135; }
a { background-color: rgb(229,17,53); }
div.DivClassName
{
background-color: #E51135;
}
.BgClassName
{
background-color: #E51135;
}
</style>
border-color css
<style>
span { border-color: #E51135; }
span { border-color: rgb(229,17,53); }
td.TdClassName
{
border-color: #E51135;
}
.TagClassName
{
border-color: #E51135;
}
</style>