Shades of Red #E70C03
Tints of Red #E70C03
RGB
CMYK
RGB Variations
Color information
#E70C03 (or 0xE70C03) is known color: Red. HEX triplet: E7, 0C and 03. RGB value is (231,12,3). Sum of RGB (Red+Green+Blue) = 231+12+3=246 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.90% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70C03 is #18F3FC. Grayscale: #4C4C4C. Windows color (decimal): -1635325 or 199911. OLE color: 199911.
HSL color Cylindrical-coordinate representation of color #E70C03: hue angle of 2.37º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E70C03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.09 |
| HSL | 2.37º | 0.97% | 0.46% | - |
| HSV(B) | 2.37º | 0.99% | 0.91% | - |
| XYZ | 33.1 | 17.26 | 1.67 | - |
| YUV | 76.46 | 86.55 | 238.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 3 | 0 | 0.95 | 0.99 | 0.09 | 2.37 | 0.97 | 0.46 |
| Hex | E7 | C | 3 | 0 | 5F | 63 | 9 | 2 | 61 | 2E |
| Octal | 347 | 14 | 3 | 0 | 137 | 143 | 11 | 2 | 141 | 56 |
| Binary | 11100111 | 1100 | 11 | 0 | 1011111 | 1100011 | 1001 | 10 | 1100001 | 101110 |
Color Harmonies of #E70C03
Complementary color
Monochromatic Colors of #E70C03
Black with #E70C03
Text Example
Text Example
White with #E70C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70C03; }
p { color: rgb(231,12,3); }
H1.HeaderClassName
{
color: #E70C03;
}
.AnyTagClassName
{
color: #E70C03;
}
</style>
background-color css
<style>
a { background-color: #E70C03; }
a { background-color: rgb(231,12,3); }
div.DivClassName
{
background-color: #E70C03;
}
.BgClassName
{
background-color: #E70C03;
}
</style>
border-color css
<style>
span { border-color: #E70C03; }
span { border-color: rgb(231,12,3); }
td.TdClassName
{
border-color: #E70C03;
}
.TagClassName
{
border-color: #E70C03;
}
</style>