Shades of Red #E70C0A
Tints of Red #E70C0A
RGB
CMYK
RGB Variations
Color information
#E70C0A (or 0xE70C0A) is known color: Red. HEX triplet: E7, 0C and 0A. RGB value is (231,12,10). Sum of RGB (Red+Green+Blue) = 231+12+10=253 (33% of max value = 765). Red value is 231 (90.62% from 255 or 91.30% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70C0A is #18F3F5. Grayscale: #4D4D4D. Windows color (decimal): -1635318 or 658663. OLE color: 658663.
HSL color Cylindrical-coordinate representation of color #E70C0A: hue angle of 0.54º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70C0A is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 10 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.09 |
| HSL | 0.54º | 0.92% | 0.47% | - |
| HSV(B) | 0.54º | 0.96% | 0.91% | - |
| XYZ | 33.14 | 17.27 | 1.87 | - |
| YUV | 77.25 | 90.05 | 237.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 10 | 0 | 0.95 | 0.96 | 0.09 | 0.54 | 0.92 | 0.47 |
| Hex | E7 | C | A | 0 | 5F | 60 | 9 | 1 | 5C | 2F |
| Octal | 347 | 14 | 12 | 0 | 137 | 140 | 11 | 1 | 134 | 57 |
| Binary | 11100111 | 1100 | 1010 | 0 | 1011111 | 1100000 | 1001 | 1 | 1011100 | 101111 |
Color Harmonies of #E70C0A
Complementary color
Monochromatic Colors of #E70C0A
Black with #E70C0A
Text Example
Text Example
White with #E70C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70C0A; }
p { color: rgb(231,12,10); }
H1.HeaderClassName
{
color: #E70C0A;
}
.AnyTagClassName
{
color: #E70C0A;
}
</style>
background-color css
<style>
a { background-color: #E70C0A; }
a { background-color: rgb(231,12,10); }
div.DivClassName
{
background-color: #E70C0A;
}
.BgClassName
{
background-color: #E70C0A;
}
</style>
border-color css
<style>
span { border-color: #E70C0A; }
span { border-color: rgb(231,12,10); }
td.TdClassName
{
border-color: #E70C0A;
}
.TagClassName
{
border-color: #E70C0A;
}
</style>