Shades of Crimson #E80E49
Tints of Crimson #E80E49
RGB
CMYK
RGB Variations
Color information
#E80E49 (or 0xE80E49) is known color: Crimson. HEX triplet: E8, 0E and 49. RGB value is (232,14,73). Sum of RGB (Red+Green+Blue) = 232+14+73=319 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.73% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 232 - color contains mainly: red. Hex color #E80E49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80E49 is #17F1B6. Grayscale: #555555. Windows color (decimal): -1569207 or 4787944. OLE color: 4787944.
HSL color Cylindrical-coordinate representation of color #E80E49: hue angle of 343.76º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80E49 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 14 | 73 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.09 |
| HSL | 343.76º | 0.89% | 0.48% | - |
| HSV(B) | 343.76º | 0.94% | 0.91% | - |
| XYZ | 34.64 | 17.95 | 7.94 | - |
| YUV | 85.91 | 120.72 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 14 | 73 | 0 | 0.94 | 0.69 | 0.09 | 343.76 | 0.89 | 0.48 |
| Hex | E8 | E | 49 | 0 | 5E | 45 | 9 | 158 | 59 | 30 |
| Octal | 350 | 16 | 111 | 0 | 136 | 105 | 11 | 530 | 131 | 60 |
| Binary | 11101000 | 1110 | 1001001 | 0 | 1011110 | 1000101 | 1001 | 101011000 | 1011001 | 110000 |
Color Harmonies of #E80E49
Complementary color
Monochromatic Colors of #E80E49
Black with #E80E49
Text Example
Text Example
White with #E80E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80E49; }
p { color: rgb(232,14,73); }
H1.HeaderClassName
{
color: #E80E49;
}
.AnyTagClassName
{
color: #E80E49;
}
</style>
background-color css
<style>
a { background-color: #E80E49; }
a { background-color: rgb(232,14,73); }
div.DivClassName
{
background-color: #E80E49;
}
.BgClassName
{
background-color: #E80E49;
}
</style>
border-color css
<style>
span { border-color: #E80E49; }
span { border-color: rgb(232,14,73); }
td.TdClassName
{
border-color: #E80E49;
}
.TagClassName
{
border-color: #E80E49;
}
</style>