Shades of Crimson #E80C47
Tints of Crimson #E80C47
RGB
CMYK
RGB Variations
Color information
#E80C47 (or 0xE80C47) is known color: Crimson. HEX triplet: E8, 0C and 47. RGB value is (232,12,71). Sum of RGB (Red+Green+Blue) = 232+12+71=315 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.65% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80C47 is #17F3B8. Grayscale: #545454. Windows color (decimal): -1569721 or 4656360. OLE color: 4656360.
HSL color Cylindrical-coordinate representation of color #E80C47: hue angle of 343.91º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80C47 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 71 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.09 |
| HSL | 343.91º | 0.9% | 0.48% | - |
| HSV(B) | 343.91º | 0.95% | 0.91% | - |
| XYZ | 34.55 | 17.87 | 7.59 | - |
| YUV | 84.51 | 120.39 | 233.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 71 | 0 | 0.95 | 0.69 | 0.09 | 343.91 | 0.9 | 0.48 |
| Hex | E8 | C | 47 | 0 | 5F | 45 | 9 | 158 | 5A | 30 |
| Octal | 350 | 14 | 107 | 0 | 137 | 105 | 11 | 530 | 132 | 60 |
| Binary | 11101000 | 1100 | 1000111 | 0 | 1011111 | 1000101 | 1001 | 101011000 | 1011010 | 110000 |
Color Harmonies of #E80C47
Complementary color
Monochromatic Colors of #E80C47
Black with #E80C47
Text Example
Text Example
White with #E80C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C47; }
p { color: rgb(232,12,71); }
H1.HeaderClassName
{
color: #E80C47;
}
.AnyTagClassName
{
color: #E80C47;
}
</style>
background-color css
<style>
a { background-color: #E80C47; }
a { background-color: rgb(232,12,71); }
div.DivClassName
{
background-color: #E80C47;
}
.BgClassName
{
background-color: #E80C47;
}
</style>
border-color css
<style>
span { border-color: #E80C47; }
span { border-color: rgb(232,12,71); }
td.TdClassName
{
border-color: #E80C47;
}
.TagClassName
{
border-color: #E80C47;
}
</style>