Shades of Crimson #E80947
Tints of Crimson #E80947
RGB
CMYK
RGB Variations
Color information
#E80947 (or 0xE80947) is known color: Crimson. HEX triplet: E8, 09 and 47. RGB value is (232,9,71). Sum of RGB (Red+Green+Blue) = 232+9+71=312 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.36% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 232 - color contains mainly: red. Hex color #E80947 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80947 is #17F6B8. Grayscale: #525252. Windows color (decimal): -1570489 or 4655592. OLE color: 4655592.
HSL color Cylindrical-coordinate representation of color #E80947: hue angle of 343.32º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80947 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 71 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.09 |
| HSL | 343.32º | 0.93% | 0.47% | - |
| HSV(B) | 343.32º | 0.96% | 0.91% | - |
| XYZ | 34.51 | 17.81 | 7.58 | - |
| YUV | 82.75 | 121.38 | 234.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 71 | 0 | 0.96 | 0.69 | 0.09 | 343.32 | 0.93 | 0.47 |
| Hex | E8 | 9 | 47 | 0 | 60 | 45 | 9 | 157 | 5D | 2F |
| Octal | 350 | 11 | 107 | 0 | 140 | 105 | 11 | 527 | 135 | 57 |
| Binary | 11101000 | 1001 | 1000111 | 0 | 1100000 | 1000101 | 1001 | 101010111 | 1011101 | 101111 |
Color Harmonies of #E80947
Complementary color
Monochromatic Colors of #E80947
Black with #E80947
Text Example
Text Example
White with #E80947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80947; }
p { color: rgb(232,9,71); }
H1.HeaderClassName
{
color: #E80947;
}
.AnyTagClassName
{
color: #E80947;
}
</style>
background-color css
<style>
a { background-color: #E80947; }
a { background-color: rgb(232,9,71); }
div.DivClassName
{
background-color: #E80947;
}
.BgClassName
{
background-color: #E80947;
}
</style>
border-color css
<style>
span { border-color: #E80947; }
span { border-color: rgb(232,9,71); }
td.TdClassName
{
border-color: #E80947;
}
.TagClassName
{
border-color: #E80947;
}
</style>