Shades of Crimson #E70733
Tints of Crimson #E70733
RGB
CMYK
RGB Variations
Color information
#E70733 (or 0xE70733) is known color: Crimson. HEX triplet: E7, 07 and 33. RGB value is (231,7,51). Sum of RGB (Red+Green+Blue) = 231+7+51=289 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.93% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 231 - color contains mainly: red. Hex color #E70733 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70733 is #18F8CC. Grayscale: #4F4F4F. Windows color (decimal): -1636557 or 3344359. OLE color: 3344359.
HSL color Cylindrical-coordinate representation of color #E70733: hue angle of 348.21º 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 #E70733 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 51 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.09 |
| HSL | 348.21º | 0.94% | 0.47% | - |
| HSV(B) | 348.21º | 0.97% | 0.91% | - |
| XYZ | 33.63 | 17.38 | 4.71 | - |
| YUV | 78.99 | 112.21 | 236.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 51 | 0 | 0.97 | 0.78 | 0.09 | 348.21 | 0.94 | 0.47 |
| Hex | E7 | 7 | 33 | 0 | 61 | 4E | 9 | 15C | 5E | 2F |
| Octal | 347 | 7 | 63 | 0 | 141 | 116 | 11 | 534 | 136 | 57 |
| Binary | 11100111 | 111 | 110011 | 0 | 1100001 | 1001110 | 1001 | 101011100 | 1011110 | 101111 |
Color Harmonies of #E70733
Complementary color
Monochromatic Colors of #E70733
Black with #E70733
Text Example
Text Example
White with #E70733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70733; }
p { color: rgb(231,7,51); }
H1.HeaderClassName
{
color: #E70733;
}
.AnyTagClassName
{
color: #E70733;
}
</style>
background-color css
<style>
a { background-color: #E70733; }
a { background-color: rgb(231,7,51); }
div.DivClassName
{
background-color: #E70733;
}
.BgClassName
{
background-color: #E70733;
}
</style>
border-color css
<style>
span { border-color: #E70733; }
span { border-color: rgb(231,7,51); }
td.TdClassName
{
border-color: #E70733;
}
.TagClassName
{
border-color: #E70733;
}
</style>