Shades of Crimson #E80E3E
Tints of Crimson #E80E3E
RGB
CMYK
RGB Variations
Color information
#E80E3E (or 0xE80E3E) is known color: Crimson. HEX triplet: E8, 0E and 3E. RGB value is (232,14,62). Sum of RGB (Red+Green+Blue) = 232+14+62=308 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.32% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 232 - color contains mainly: red. Hex color #E80E3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80E3E is #17F1C1. Grayscale: #545454. Windows color (decimal): -1569218 or 4067048. OLE color: 4067048.
HSL color Cylindrical-coordinate representation of color #E80E3E: hue angle of 346.79º 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 #E80E3E is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 14 | 62 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.09 |
| HSL | 346.79º | 0.89% | 0.48% | - |
| HSV(B) | 346.79º | 0.94% | 0.91% | - |
| XYZ | 34.31 | 17.82 | 6.19 | - |
| YUV | 84.65 | 115.22 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 14 | 62 | 0 | 0.94 | 0.73 | 0.09 | 346.79 | 0.89 | 0.48 |
| Hex | E8 | E | 3E | 0 | 5E | 49 | 9 | 15B | 59 | 30 |
| Octal | 350 | 16 | 76 | 0 | 136 | 111 | 11 | 533 | 131 | 60 |
| Binary | 11101000 | 1110 | 111110 | 0 | 1011110 | 1001001 | 1001 | 101011011 | 1011001 | 110000 |
Color Harmonies of #E80E3E
Complementary color
Monochromatic Colors of #E80E3E
Black with #E80E3E
Text Example
Text Example
White with #E80E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80E3E; }
p { color: rgb(232,14,62); }
H1.HeaderClassName
{
color: #E80E3E;
}
.AnyTagClassName
{
color: #E80E3E;
}
</style>
background-color css
<style>
a { background-color: #E80E3E; }
a { background-color: rgb(232,14,62); }
div.DivClassName
{
background-color: #E80E3E;
}
.BgClassName
{
background-color: #E80E3E;
}
</style>
border-color css
<style>
span { border-color: #E80E3E; }
span { border-color: rgb(232,14,62); }
td.TdClassName
{
border-color: #E80E3E;
}
.TagClassName
{
border-color: #E80E3E;
}
</style>