Shades of Crimson #E81145
Tints of Crimson #E81145
RGB
CMYK
RGB Variations
Color information
#E81145 (or 0xE81145) is known color: Crimson. HEX triplet: E8, 11 and 45. RGB value is (232,17,69). Sum of RGB (Red+Green+Blue) = 232+17+69=318 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.96% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 232 - color contains mainly: red. Hex color #E81145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81145 is #17EEBA. Grayscale: #575757. Windows color (decimal): -1568443 or 4526568. OLE color: 4526568.
HSL color Cylindrical-coordinate representation of color #E81145: hue angle of 345.49º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81145 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 69 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.09 |
| HSL | 345.49º | 0.86% | 0.49% | - |
| HSV(B) | 345.49º | 0.93% | 0.91% | - |
| XYZ | 34.55 | 17.99 | 7.28 | - |
| YUV | 87.21 | 117.73 | 231.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 69 | 0 | 0.93 | 0.70 | 0.09 | 345.49 | 0.86 | 0.49 |
| Hex | E8 | 11 | 45 | 0 | 5D | 46 | 9 | 159 | 56 | 31 |
| Octal | 350 | 21 | 105 | 0 | 135 | 106 | 11 | 531 | 126 | 61 |
| Binary | 11101000 | 10001 | 1000101 | 0 | 1011101 | 1000110 | 1001 | 101011001 | 1010110 | 110001 |
Color Harmonies of #E81145
Complementary color
Monochromatic Colors of #E81145
Black with #E81145
Text Example
Text Example
White with #E81145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81145; }
p { color: rgb(232,17,69); }
H1.HeaderClassName
{
color: #E81145;
}
.AnyTagClassName
{
color: #E81145;
}
</style>
background-color css
<style>
a { background-color: #E81145; }
a { background-color: rgb(232,17,69); }
div.DivClassName
{
background-color: #E81145;
}
.BgClassName
{
background-color: #E81145;
}
</style>
border-color css
<style>
span { border-color: #E81145; }
span { border-color: rgb(232,17,69); }
td.TdClassName
{
border-color: #E81145;
}
.TagClassName
{
border-color: #E81145;
}
</style>