Shades of Crimson #E80A37
Tints of Crimson #E80A37
RGB
CMYK
RGB Variations
Color information
#E80A37 (or 0xE80A37) is known color: Crimson. HEX triplet: E8, 0A and 37. RGB value is (232,10,55). Sum of RGB (Red+Green+Blue) = 232+10+55=297 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.11% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A37 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80A37 is #17F5C8. Grayscale: #515151. Windows color (decimal): -1570249 or 3607272. OLE color: 3607272.
HSL color Cylindrical-coordinate representation of color #E80A37: hue angle of 347.84º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80A37 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 10 | 55 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.09 |
| HSL | 347.84º | 0.92% | 0.47% | - |
| HSV(B) | 347.84º | 0.96% | 0.91% | - |
| XYZ | 34.08 | 17.65 | 5.22 | - |
| YUV | 81.51 | 113.05 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 55 | 0 | 0.96 | 0.76 | 0.09 | 347.84 | 0.92 | 0.47 |
| Hex | E8 | A | 37 | 0 | 60 | 4C | 9 | 15C | 5C | 2F |
| Octal | 350 | 12 | 67 | 0 | 140 | 114 | 11 | 534 | 134 | 57 |
| Binary | 11101000 | 1010 | 110111 | 0 | 1100000 | 1001100 | 1001 | 101011100 | 1011100 | 101111 |
Color Harmonies of #E80A37
Complementary color
Monochromatic Colors of #E80A37
Black with #E80A37
Text Example
Text Example
White with #E80A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80A37; }
p { color: rgb(232,10,55); }
H1.HeaderClassName
{
color: #E80A37;
}
.AnyTagClassName
{
color: #E80A37;
}
</style>
background-color css
<style>
a { background-color: #E80A37; }
a { background-color: rgb(232,10,55); }
div.DivClassName
{
background-color: #E80A37;
}
.BgClassName
{
background-color: #E80A37;
}
</style>
border-color css
<style>
span { border-color: #E80A37; }
span { border-color: rgb(232,10,55); }
td.TdClassName
{
border-color: #E80A37;
}
.TagClassName
{
border-color: #E80A37;
}
</style>