Shades of Crimson #E51240
Tints of Crimson #E51240
RGB
CMYK
RGB Variations
Color information
#E51240 (or 0xE51240) is known color: Crimson. HEX triplet: E5, 12 and 40. RGB value is (229,18,64). Sum of RGB (Red+Green+Blue) = 229+18+64=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E51240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51240 is #1AEDBF. Grayscale: #565656. Windows color (decimal): -1764800 or 4199141. OLE color: 4199141.
HSL color Cylindrical-coordinate representation of color #E51240: hue angle of 346.92º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51240 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 64 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.10 |
| HSL | 346.92º | 0.85% | 0.48% | - |
| HSV(B) | 346.92º | 0.92% | 0.9% | - |
| XYZ | 33.45 | 17.46 | 6.46 | - |
| YUV | 86.33 | 115.4 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 64 | 0 | 0.92 | 0.72 | 0.10 | 346.92 | 0.85 | 0.48 |
| Hex | E5 | 12 | 40 | 0 | 5C | 48 | A | 15B | 55 | 30 |
| Octal | 345 | 22 | 100 | 0 | 134 | 110 | 12 | 533 | 125 | 60 |
| Binary | 11100101 | 10010 | 1000000 | 0 | 1011100 | 1001000 | 1010 | 101011011 | 1010101 | 110000 |
Color Harmonies of #E51240
Complementary color
Monochromatic Colors of #E51240
Black with #E51240
Text Example
Text Example
White with #E51240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51240; }
p { color: rgb(229,18,64); }
H1.HeaderClassName
{
color: #E51240;
}
.AnyTagClassName
{
color: #E51240;
}
</style>
background-color css
<style>
a { background-color: #E51240; }
a { background-color: rgb(229,18,64); }
div.DivClassName
{
background-color: #E51240;
}
.BgClassName
{
background-color: #E51240;
}
</style>
border-color css
<style>
span { border-color: #E51240; }
span { border-color: rgb(229,18,64); }
td.TdClassName
{
border-color: #E51240;
}
.TagClassName
{
border-color: #E51240;
}
</style>