Shades of Red #E70C02
Tints of Red #E70C02
RGB
CMYK
RGB Variations
Color information
#E70C02 (or 0xE70C02) is known color: Red. HEX triplet: E7, 0C and 02. RGB value is (231,12,2). Sum of RGB (Red+Green+Blue) = 231+12+2=245 (32% of max value = 765). Red value is 231 (90.62% from 255 or 94.29% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70C02 is #18F3FD. Grayscale: #4C4C4C. Windows color (decimal): -1635326 or 134375. OLE color: 134375.
HSL color Cylindrical-coordinate representation of color #E70C02: hue angle of 2.62º degrees, saturation: 0.98, 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 #E70C02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.09 |
| HSL | 2.62º | 0.98% | 0.46% | - |
| HSV(B) | 2.62º | 0.99% | 0.91% | - |
| XYZ | 33.1 | 17.26 | 1.64 | - |
| YUV | 76.34 | 86.05 | 238.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 2 | 0 | 0.95 | 0.99 | 0.09 | 2.62 | 0.98 | 0.46 |
| Hex | E7 | C | 2 | 0 | 5F | 63 | 9 | 3 | 62 | 2E |
| Octal | 347 | 14 | 2 | 0 | 137 | 143 | 11 | 3 | 142 | 56 |
| Binary | 11100111 | 1100 | 10 | 0 | 1011111 | 1100011 | 1001 | 11 | 1100010 | 101110 |
Color Harmonies of #E70C02
Complementary color
Monochromatic Colors of #E70C02
Black with #E70C02
Text Example
Text Example
White with #E70C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70C02; }
p { color: rgb(231,12,2); }
H1.HeaderClassName
{
color: #E70C02;
}
.AnyTagClassName
{
color: #E70C02;
}
</style>
background-color css
<style>
a { background-color: #E70C02; }
a { background-color: rgb(231,12,2); }
div.DivClassName
{
background-color: #E70C02;
}
.BgClassName
{
background-color: #E70C02;
}
</style>
border-color css
<style>
span { border-color: #E70C02; }
span { border-color: rgb(231,12,2); }
td.TdClassName
{
border-color: #E70C02;
}
.TagClassName
{
border-color: #E70C02;
}
</style>