Shades of Crimson #E51039
Tints of Crimson #E51039
RGB
CMYK
RGB Variations
Color information
#E51039 (or 0xE51039) is known color: Crimson. HEX triplet: E5, 10 and 39. RGB value is (229,16,57). Sum of RGB (Red+Green+Blue) = 229+16+57=302 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.83% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 229 - color contains mainly: red. Hex color #E51039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51039 is #1AEFC6. Grayscale: #545454. Windows color (decimal): -1765319 or 3739877. OLE color: 3739877.
HSL color Cylindrical-coordinate representation of color #E51039: hue angle of 348.45º 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 #E51039 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 57 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.10 |
| HSL | 348.45º | 0.87% | 0.48% | - |
| HSV(B) | 348.45º | 0.93% | 0.9% | - |
| XYZ | 33.24 | 17.32 | 5.46 | - |
| YUV | 84.36 | 112.57 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 57 | 0 | 0.93 | 0.75 | 0.10 | 348.45 | 0.87 | 0.48 |
| Hex | E5 | 10 | 39 | 0 | 5D | 4B | A | 15C | 57 | 30 |
| Octal | 345 | 20 | 71 | 0 | 135 | 113 | 12 | 534 | 127 | 60 |
| Binary | 11100101 | 10000 | 111001 | 0 | 1011101 | 1001011 | 1010 | 101011100 | 1010111 | 110000 |
Color Harmonies of #E51039
Complementary color
Monochromatic Colors of #E51039
Black with #E51039
Text Example
Text Example
White with #E51039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51039; }
p { color: rgb(229,16,57); }
H1.HeaderClassName
{
color: #E51039;
}
.AnyTagClassName
{
color: #E51039;
}
</style>
background-color css
<style>
a { background-color: #E51039; }
a { background-color: rgb(229,16,57); }
div.DivClassName
{
background-color: #E51039;
}
.BgClassName
{
background-color: #E51039;
}
</style>
border-color css
<style>
span { border-color: #E51039; }
span { border-color: rgb(229,16,57); }
td.TdClassName
{
border-color: #E51039;
}
.TagClassName
{
border-color: #E51039;
}
</style>