Shades of Crimson #E80D37
Tints of Crimson #E80D37
RGB
CMYK
RGB Variations
Color information
#E80D37 (or 0xE80D37) is known color: Crimson. HEX triplet: E8, 0D and 37. RGB value is (232,13,55). Sum of RGB (Red+Green+Blue) = 232+13+55=300 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.33% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D37 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80D37 is #17F2C8. Grayscale: #535353. Windows color (decimal): -1569481 or 3608040. OLE color: 3608040.
HSL color Cylindrical-coordinate representation of color #E80D37: hue angle of 348.49º 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 #E80D37 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 55 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.09 |
| HSL | 348.49º | 0.89% | 0.48% | - |
| HSV(B) | 348.49º | 0.94% | 0.91% | - |
| XYZ | 34.11 | 17.72 | 5.24 | - |
| YUV | 83.27 | 112.05 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 55 | 0 | 0.94 | 0.76 | 0.09 | 348.49 | 0.89 | 0.48 |
| Hex | E8 | D | 37 | 0 | 5E | 4C | 9 | 15C | 59 | 30 |
| Octal | 350 | 15 | 67 | 0 | 136 | 114 | 11 | 534 | 131 | 60 |
| Binary | 11101000 | 1101 | 110111 | 0 | 1011110 | 1001100 | 1001 | 101011100 | 1011001 | 110000 |
Color Harmonies of #E80D37
Complementary color
Monochromatic Colors of #E80D37
Black with #E80D37
Text Example
Text Example
White with #E80D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D37; }
p { color: rgb(232,13,55); }
H1.HeaderClassName
{
color: #E80D37;
}
.AnyTagClassName
{
color: #E80D37;
}
</style>
background-color css
<style>
a { background-color: #E80D37; }
a { background-color: rgb(232,13,55); }
div.DivClassName
{
background-color: #E80D37;
}
.BgClassName
{
background-color: #E80D37;
}
</style>
border-color css
<style>
span { border-color: #E80D37; }
span { border-color: rgb(232,13,55); }
td.TdClassName
{
border-color: #E80D37;
}
.TagClassName
{
border-color: #E80D37;
}
</style>