Shades of Crimson #E70937
Tints of Crimson #E70937
RGB
CMYK
RGB Variations
Color information
#E70937 (or 0xE70937) is known color: Crimson. HEX triplet: E7, 09 and 37. RGB value is (231,9,55). Sum of RGB (Red+Green+Blue) = 231+9+55=295 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.31% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 231 - color contains mainly: red. Hex color #E70937 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70937 is #18F6C8. Grayscale: #505050. Windows color (decimal): -1636041 or 3607015. OLE color: 3607015.
HSL color Cylindrical-coordinate representation of color #E70937: hue angle of 347.57º degrees, saturation: 0.93, 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 #E70937 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 55 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.09 |
| HSL | 347.57º | 0.93% | 0.47% | - |
| HSV(B) | 347.57º | 0.96% | 0.91% | - |
| XYZ | 33.74 | 17.46 | 5.21 | - |
| YUV | 80.62 | 113.55 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 55 | 0 | 0.96 | 0.76 | 0.09 | 347.57 | 0.93 | 0.47 |
| Hex | E7 | 9 | 37 | 0 | 60 | 4C | 9 | 15C | 5C | 2F |
| Octal | 347 | 11 | 67 | 0 | 140 | 114 | 11 | 534 | 134 | 57 |
| Binary | 11100111 | 1001 | 110111 | 0 | 1100000 | 1001100 | 1001 | 101011100 | 1011100 | 101111 |
Color Harmonies of #E70937
Complementary color
Monochromatic Colors of #E70937
Black with #E70937
Text Example
Text Example
White with #E70937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70937; }
p { color: rgb(231,9,55); }
H1.HeaderClassName
{
color: #E70937;
}
.AnyTagClassName
{
color: #E70937;
}
</style>
background-color css
<style>
a { background-color: #E70937; }
a { background-color: rgb(231,9,55); }
div.DivClassName
{
background-color: #E70937;
}
.BgClassName
{
background-color: #E70937;
}
</style>
border-color css
<style>
span { border-color: #E70937; }
span { border-color: rgb(231,9,55); }
td.TdClassName
{
border-color: #E70937;
}
.TagClassName
{
border-color: #E70937;
}
</style>