Shades of Crimson #E7073B
Tints of Crimson #E7073B
RGB
CMYK
RGB Variations
Color information
#E7073B (or 0xE7073B) is known color: Crimson. HEX triplet: E7, 07 and 3B. RGB value is (231,7,59). Sum of RGB (Red+Green+Blue) = 231+7+59=297 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.78% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 231 - color contains mainly: red. Hex color #E7073B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7073B is #18F8C4. Grayscale: #4F4F4F. Windows color (decimal): -1636549 or 3868647. OLE color: 3868647.
HSL color Cylindrical-coordinate representation of color #E7073B: hue angle of 346.07º 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 #E7073B is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 59 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.09 |
| HSL | 346.07º | 0.94% | 0.47% | - |
| HSV(B) | 346.07º | 0.97% | 0.91% | - |
| XYZ | 33.82 | 17.46 | 5.72 | - |
| YUV | 79.9 | 116.21 | 235.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 59 | 0 | 0.97 | 0.74 | 0.09 | 346.07 | 0.94 | 0.47 |
| Hex | E7 | 7 | 3B | 0 | 61 | 4A | 9 | 15A | 5E | 2F |
| Octal | 347 | 7 | 73 | 0 | 141 | 112 | 11 | 532 | 136 | 57 |
| Binary | 11100111 | 111 | 111011 | 0 | 1100001 | 1001010 | 1001 | 101011010 | 1011110 | 101111 |
Color Harmonies of #E7073B
Complementary color
Monochromatic Colors of #E7073B
Black with #E7073B
Text Example
Text Example
White with #E7073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7073B; }
p { color: rgb(231,7,59); }
H1.HeaderClassName
{
color: #E7073B;
}
.AnyTagClassName
{
color: #E7073B;
}
</style>
background-color css
<style>
a { background-color: #E7073B; }
a { background-color: rgb(231,7,59); }
div.DivClassName
{
background-color: #E7073B;
}
.BgClassName
{
background-color: #E7073B;
}
</style>
border-color css
<style>
span { border-color: #E7073B; }
span { border-color: rgb(231,7,59); }
td.TdClassName
{
border-color: #E7073B;
}
.TagClassName
{
border-color: #E7073B;
}
</style>