Shades of Red #E70A00
Tints of Red #E70A00
RGB
CMYK
RGB Variations
Color information
#E70A00 (or 0xE70A00) is known color: Red. HEX triplet: E7, 0A and 00. RGB value is (231,10,0). Sum of RGB (Red+Green+Blue) = 231+10+0=241 (31% of max value = 765). Red value is 231 (90.62% from 255 or 95.85% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70A00 is #18F5FF. Grayscale: #4B4B4B. Windows color (decimal): -1635840 or 2791. OLE color: 2791.
HSL color Cylindrical-coordinate representation of color #E70A00: hue angle of 2.6º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70A00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 10 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.09 |
| HSL | 2.6º | 1% | 0.45% | - |
| HSV(B) | 2.6º | 1% | 0.91% | - |
| XYZ | 33.06 | 17.21 | 1.58 | - |
| YUV | 74.94 | 85.72 | 239.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 0 | 0 | 0.96 | 1 | 0.09 | 2.6 | 1 | 0.45 |
| Hex | E7 | A | 0 | 0 | 60 | 64 | 9 | 3 | 64 | 2D |
| Octal | 347 | 12 | 0 | 0 | 140 | 144 | 11 | 3 | 144 | 55 |
| Binary | 11100111 | 1010 | 0 | 0 | 1100000 | 1100100 | 1001 | 11 | 1100100 | 101101 |
Color Harmonies of #E70A00
Complementary color
Monochromatic Colors of #E70A00
Black with #E70A00
Text Example
Text Example
White with #E70A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70A00; }
p { color: rgb(231,10,0); }
H1.HeaderClassName
{
color: #E70A00;
}
.AnyTagClassName
{
color: #E70A00;
}
</style>
background-color css
<style>
a { background-color: #E70A00; }
a { background-color: rgb(231,10,0); }
div.DivClassName
{
background-color: #E70A00;
}
.BgClassName
{
background-color: #E70A00;
}
</style>
border-color css
<style>
span { border-color: #E70A00; }
span { border-color: rgb(231,10,0); }
td.TdClassName
{
border-color: #E70A00;
}
.TagClassName
{
border-color: #E70A00;
}
</style>