Shades of Crimson #E80D2E
Tints of Crimson #E80D2E
RGB
CMYK
RGB Variations
Color information
#E80D2E (or 0xE80D2E) is known color: Crimson. HEX triplet: E8, 0D and 2E. RGB value is (232,13,46). Sum of RGB (Red+Green+Blue) = 232+13+46=291 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.73% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80D2E is #17F2D1. Grayscale: #525252. Windows color (decimal): -1569490 or 3018216. OLE color: 3018216.
HSL color Cylindrical-coordinate representation of color #E80D2E: hue angle of 350.96º 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 #E80D2E is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 46 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.09 |
| HSL | 350.96º | 0.89% | 0.48% | - |
| HSV(B) | 350.96º | 0.94% | 0.91% | - |
| XYZ | 33.92 | 17.64 | 4.2 | - |
| YUV | 82.24 | 107.55 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 46 | 0 | 0.94 | 0.80 | 0.09 | 350.96 | 0.89 | 0.48 |
| Hex | E8 | D | 2E | 0 | 5E | 50 | 9 | 15F | 59 | 30 |
| Octal | 350 | 15 | 56 | 0 | 136 | 120 | 11 | 537 | 131 | 60 |
| Binary | 11101000 | 1101 | 101110 | 0 | 1011110 | 1010000 | 1001 | 101011111 | 1011001 | 110000 |
Color Harmonies of #E80D2E
Complementary color
Monochromatic Colors of #E80D2E
Black with #E80D2E
Text Example
Text Example
White with #E80D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D2E; }
p { color: rgb(232,13,46); }
H1.HeaderClassName
{
color: #E80D2E;
}
.AnyTagClassName
{
color: #E80D2E;
}
</style>
background-color css
<style>
a { background-color: #E80D2E; }
a { background-color: rgb(232,13,46); }
div.DivClassName
{
background-color: #E80D2E;
}
.BgClassName
{
background-color: #E80D2E;
}
</style>
border-color css
<style>
span { border-color: #E80D2E; }
span { border-color: rgb(232,13,46); }
td.TdClassName
{
border-color: #E80D2E;
}
.TagClassName
{
border-color: #E80D2E;
}
</style>