Shades of Crimson #E70E3B
Tints of Crimson #E70E3B
RGB
CMYK
RGB Variations
Color information
#E70E3B (or 0xE70E3B) is known color: Crimson. HEX triplet: E7, 0E and 3B. RGB value is (231,14,59). Sum of RGB (Red+Green+Blue) = 231+14+59=304 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.99% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E3B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70E3B is #18F1C4. Grayscale: #545454. Windows color (decimal): -1634757 or 3870439. OLE color: 3870439.
HSL color Cylindrical-coordinate representation of color #E70E3B: hue angle of 347.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70E3B is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 59 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.09 |
| HSL | 347.56º | 0.89% | 0.48% | - |
| HSV(B) | 347.56º | 0.94% | 0.91% | - |
| XYZ | 33.9 | 17.62 | 5.75 | - |
| YUV | 84.01 | 113.89 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 59 | 0 | 0.94 | 0.74 | 0.09 | 347.56 | 0.89 | 0.48 |
| Hex | E7 | E | 3B | 0 | 5E | 4A | 9 | 15C | 59 | 30 |
| Octal | 347 | 16 | 73 | 0 | 136 | 112 | 11 | 534 | 131 | 60 |
| Binary | 11100111 | 1110 | 111011 | 0 | 1011110 | 1001010 | 1001 | 101011100 | 1011001 | 110000 |
Color Harmonies of #E70E3B
Complementary color
Monochromatic Colors of #E70E3B
Black with #E70E3B
Text Example
Text Example
White with #E70E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70E3B; }
p { color: rgb(231,14,59); }
H1.HeaderClassName
{
color: #E70E3B;
}
.AnyTagClassName
{
color: #E70E3B;
}
</style>
background-color css
<style>
a { background-color: #E70E3B; }
a { background-color: rgb(231,14,59); }
div.DivClassName
{
background-color: #E70E3B;
}
.BgClassName
{
background-color: #E70E3B;
}
</style>
border-color css
<style>
span { border-color: #E70E3B; }
span { border-color: rgb(231,14,59); }
td.TdClassName
{
border-color: #E70E3B;
}
.TagClassName
{
border-color: #E70E3B;
}
</style>