Shades of Crimson #E51045
Tints of Crimson #E51045
RGB
CMYK
RGB Variations
Color information
#E51045 (or 0xE51045) is known color: Crimson. HEX triplet: E5, 10 and 45. RGB value is (229,16,69). Sum of RGB (Red+Green+Blue) = 229+16+69=314 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.93% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 229 - color contains mainly: red. Hex color #E51045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51045 is #1AEFBA. Grayscale: #555555. Windows color (decimal): -1765307 or 4526309. OLE color: 4526309.
HSL color Cylindrical-coordinate representation of color #E51045: hue angle of 345.07º 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 #E51045 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 69 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.10 |
| HSL | 345.07º | 0.87% | 0.48% | - |
| HSV(B) | 345.07º | 0.93% | 0.9% | - |
| XYZ | 33.57 | 17.46 | 7.23 | - |
| YUV | 85.73 | 118.57 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 69 | 0 | 0.93 | 0.70 | 0.10 | 345.07 | 0.87 | 0.48 |
| Hex | E5 | 10 | 45 | 0 | 5D | 46 | A | 159 | 57 | 30 |
| Octal | 345 | 20 | 105 | 0 | 135 | 106 | 12 | 531 | 127 | 60 |
| Binary | 11100101 | 10000 | 1000101 | 0 | 1011101 | 1000110 | 1010 | 101011001 | 1010111 | 110000 |
Color Harmonies of #E51045
Complementary color
Monochromatic Colors of #E51045
Black with #E51045
Text Example
Text Example
White with #E51045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51045; }
p { color: rgb(229,16,69); }
H1.HeaderClassName
{
color: #E51045;
}
.AnyTagClassName
{
color: #E51045;
}
</style>
background-color css
<style>
a { background-color: #E51045; }
a { background-color: rgb(229,16,69); }
div.DivClassName
{
background-color: #E51045;
}
.BgClassName
{
background-color: #E51045;
}
</style>
border-color css
<style>
span { border-color: #E51045; }
span { border-color: rgb(229,16,69); }
td.TdClassName
{
border-color: #E51045;
}
.TagClassName
{
border-color: #E51045;
}
</style>