Shades of Red #E70C04
Tints of Red #E70C04
RGB
CMYK
RGB Variations
Color information
#E70C04 (or 0xE70C04) is known color: Red. HEX triplet: E7, 0C and 04. RGB value is (231,12,4). Sum of RGB (Red+Green+Blue) = 231+12+4=247 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.52% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70C04 is #18F3FB. Grayscale: #4C4C4C. Windows color (decimal): -1635324 or 265447. OLE color: 265447.
HSL color Cylindrical-coordinate representation of color #E70C04: hue angle of 2.11º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E70C04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.09 |
| HSL | 2.11º | 0.97% | 0.46% | - |
| HSV(B) | 2.11º | 0.98% | 0.91% | - |
| XYZ | 33.11 | 17.26 | 1.7 | - |
| YUV | 76.57 | 87.05 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 4 | 0 | 0.95 | 0.98 | 0.09 | 2.11 | 0.97 | 0.46 |
| Hex | E7 | C | 4 | 0 | 5F | 62 | 9 | 2 | 61 | 2E |
| Octal | 347 | 14 | 4 | 0 | 137 | 142 | 11 | 2 | 141 | 56 |
| Binary | 11100111 | 1100 | 100 | 0 | 1011111 | 1100010 | 1001 | 10 | 1100001 | 101110 |
Color Harmonies of #E70C04
Complementary color
Monochromatic Colors of #E70C04
Black with #E70C04
Text Example
Text Example
White with #E70C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70C04; }
p { color: rgb(231,12,4); }
H1.HeaderClassName
{
color: #E70C04;
}
.AnyTagClassName
{
color: #E70C04;
}
</style>
background-color css
<style>
a { background-color: #E70C04; }
a { background-color: rgb(231,12,4); }
div.DivClassName
{
background-color: #E70C04;
}
.BgClassName
{
background-color: #E70C04;
}
</style>
border-color css
<style>
span { border-color: #E70C04; }
span { border-color: rgb(231,12,4); }
td.TdClassName
{
border-color: #E70C04;
}
.TagClassName
{
border-color: #E70C04;
}
</style>