Shades of Crimson #E80C3E
Tints of Crimson #E80C3E
RGB
CMYK
RGB Variations
Color information
#E80C3E (or 0xE80C3E) is known color: Crimson. HEX triplet: E8, 0C and 3E. RGB value is (232,12,62). Sum of RGB (Red+Green+Blue) = 232+12+62=306 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.82% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80C3E is #17F3C1. Grayscale: #535353. Windows color (decimal): -1569730 or 4066536. OLE color: 4066536.
HSL color Cylindrical-coordinate representation of color #E80C3E: hue angle of 346.36º 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 #E80C3E is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 62 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.09 |
| HSL | 346.36º | 0.9% | 0.48% | - |
| HSV(B) | 346.36º | 0.95% | 0.91% | - |
| XYZ | 34.28 | 17.77 | 6.18 | - |
| YUV | 83.48 | 115.89 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 62 | 0 | 0.95 | 0.73 | 0.09 | 346.36 | 0.9 | 0.48 |
| Hex | E8 | C | 3E | 0 | 5F | 49 | 9 | 15A | 5A | 30 |
| Octal | 350 | 14 | 76 | 0 | 137 | 111 | 11 | 532 | 132 | 60 |
| Binary | 11101000 | 1100 | 111110 | 0 | 1011111 | 1001001 | 1001 | 101011010 | 1011010 | 110000 |
Color Harmonies of #E80C3E
Complementary color
Monochromatic Colors of #E80C3E
Black with #E80C3E
Text Example
Text Example
White with #E80C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C3E; }
p { color: rgb(232,12,62); }
H1.HeaderClassName
{
color: #E80C3E;
}
.AnyTagClassName
{
color: #E80C3E;
}
</style>
background-color css
<style>
a { background-color: #E80C3E; }
a { background-color: rgb(232,12,62); }
div.DivClassName
{
background-color: #E80C3E;
}
.BgClassName
{
background-color: #E80C3E;
}
</style>
border-color css
<style>
span { border-color: #E80C3E; }
span { border-color: rgb(232,12,62); }
td.TdClassName
{
border-color: #E80C3E;
}
.TagClassName
{
border-color: #E80C3E;
}
</style>