Shades of Crimson #E70737
Tints of Crimson #E70737
RGB
CMYK
RGB Variations
Color information
#E70737 (or 0xE70737) is known color: Crimson. HEX triplet: E7, 07 and 37. RGB value is (231,7,55). Sum of RGB (Red+Green+Blue) = 231+7+55=293 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.84% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 231 - color contains mainly: red. Hex color #E70737 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70737 is #18F8C8. Grayscale: #4F4F4F. Windows color (decimal): -1636553 or 3606503. OLE color: 3606503.
HSL color Cylindrical-coordinate representation of color #E70737: hue angle of 347.14º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70737 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 55 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.09 |
| HSL | 347.14º | 0.94% | 0.47% | - |
| HSV(B) | 347.14º | 0.97% | 0.91% | - |
| XYZ | 33.72 | 17.42 | 5.2 | - |
| YUV | 79.45 | 114.21 | 236.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 55 | 0 | 0.97 | 0.76 | 0.09 | 347.14 | 0.94 | 0.47 |
| Hex | E7 | 7 | 37 | 0 | 61 | 4C | 9 | 15B | 5E | 2F |
| Octal | 347 | 7 | 67 | 0 | 141 | 114 | 11 | 533 | 136 | 57 |
| Binary | 11100111 | 111 | 110111 | 0 | 1100001 | 1001100 | 1001 | 101011011 | 1011110 | 101111 |
Color Harmonies of #E70737
Complementary color
Monochromatic Colors of #E70737
Black with #E70737
Text Example
Text Example
White with #E70737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70737; }
p { color: rgb(231,7,55); }
H1.HeaderClassName
{
color: #E70737;
}
.AnyTagClassName
{
color: #E70737;
}
</style>
background-color css
<style>
a { background-color: #E70737; }
a { background-color: rgb(231,7,55); }
div.DivClassName
{
background-color: #E70737;
}
.BgClassName
{
background-color: #E70737;
}
</style>
border-color css
<style>
span { border-color: #E70737; }
span { border-color: rgb(231,7,55); }
td.TdClassName
{
border-color: #E70737;
}
.TagClassName
{
border-color: #E70737;
}
</style>