Shades of Crimson #E80037
Tints of Crimson #E80037
RGB
CMYK
RGB Variations
Color information
#E80037 (or 0xE80037) is known color: Crimson. HEX triplet: E8, 00 and 37. RGB value is (232,0,55). Sum of RGB (Red+Green+Blue) = 232+0+55=287 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.84% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 232 - color contains mainly: red. Hex color #E80037 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80037 is #17FFC8. Grayscale: #4B4B4B. Windows color (decimal): -1572809 or 3604712. OLE color: 3604712.
HSL color Cylindrical-coordinate representation of color #E80037: hue angle of 345.78º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80037 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 55 | - |
| CMYK | 0 | 1 | 0.76 | 0.09 |
| HSL | 345.78º | 1% | 0.45% | - |
| HSV(B) | 345.78º | 1% | 0.91% | - |
| XYZ | 33.97 | 17.43 | 5.19 | - |
| YUV | 75.64 | 116.36 | 239.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 55 | 0 | 1 | 0.76 | 0.09 | 345.78 | 1 | 0.45 |
| Hex | E8 | 0 | 37 | 0 | 64 | 4C | 9 | 15A | 64 | 2D |
| Octal | 350 | 0 | 67 | 0 | 144 | 114 | 11 | 532 | 144 | 55 |
| Binary | 11101000 | 0 | 110111 | 0 | 1100100 | 1001100 | 1001 | 101011010 | 1100100 | 101101 |
Color Harmonies of #E80037
Complementary color
Monochromatic Colors of #E80037
Black with #E80037
Text Example
Text Example
White with #E80037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80037; }
p { color: rgb(232,0,55); }
H1.HeaderClassName
{
color: #E80037;
}
.AnyTagClassName
{
color: #E80037;
}
</style>
background-color css
<style>
a { background-color: #E80037; }
a { background-color: rgb(232,0,55); }
div.DivClassName
{
background-color: #E80037;
}
.BgClassName
{
background-color: #E80037;
}
</style>
border-color css
<style>
span { border-color: #E80037; }
span { border-color: rgb(232,0,55); }
td.TdClassName
{
border-color: #E80037;
}
.TagClassName
{
border-color: #E80037;
}
</style>