Shades of Crimson #E51034
Tints of Crimson #E51034
RGB
CMYK
RGB Variations
Color information
#E51034 (or 0xE51034) is known color: Crimson. HEX triplet: E5, 10 and 34. RGB value is (229,16,52). Sum of RGB (Red+Green+Blue) = 229+16+52=297 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.10% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 229 - color contains mainly: red. Hex color #E51034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51034 is #1AEFCB. Grayscale: #535353. Windows color (decimal): -1765324 or 3412197. OLE color: 3412197.
HSL color Cylindrical-coordinate representation of color #E51034: hue angle of 349.86º 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 #E51034 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 52 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.10 |
| HSL | 349.86º | 0.87% | 0.48% | - |
| HSV(B) | 349.86º | 0.93% | 0.9% | - |
| XYZ | 33.12 | 17.28 | 4.84 | - |
| YUV | 83.79 | 110.07 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 52 | 0 | 0.93 | 0.77 | 0.10 | 349.86 | 0.87 | 0.48 |
| Hex | E5 | 10 | 34 | 0 | 5D | 4D | A | 15E | 57 | 30 |
| Octal | 345 | 20 | 64 | 0 | 135 | 115 | 12 | 536 | 127 | 60 |
| Binary | 11100101 | 10000 | 110100 | 0 | 1011101 | 1001101 | 1010 | 101011110 | 1010111 | 110000 |
Color Harmonies of #E51034
Complementary color
Monochromatic Colors of #E51034
Black with #E51034
Text Example
Text Example
White with #E51034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51034; }
p { color: rgb(229,16,52); }
H1.HeaderClassName
{
color: #E51034;
}
.AnyTagClassName
{
color: #E51034;
}
</style>
background-color css
<style>
a { background-color: #E51034; }
a { background-color: rgb(229,16,52); }
div.DivClassName
{
background-color: #E51034;
}
.BgClassName
{
background-color: #E51034;
}
</style>
border-color css
<style>
span { border-color: #E51034; }
span { border-color: rgb(229,16,52); }
td.TdClassName
{
border-color: #E51034;
}
.TagClassName
{
border-color: #E51034;
}
</style>