Shades of Red #E70F00
Tints of Red #E70F00
RGB
CMYK
RGB Variations
Color information
#E70F00 (or 0xE70F00) is known color: Red. HEX triplet: E7, 0F and 00. RGB value is (231,15,0). Sum of RGB (Red+Green+Blue) = 231+15+0=246 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.90% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70F00 is #18F0FF. Grayscale: #4E4E4E. Windows color (decimal): -1634560 or 4071. OLE color: 4071.
HSL color Cylindrical-coordinate representation of color #E70F00: hue angle of 3.9º 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 #E70F00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.09 |
| HSL | 3.9º | 1% | 0.45% | - |
| HSV(B) | 3.9º | 1% | 0.91% | - |
| XYZ | 33.13 | 17.33 | 1.6 | - |
| YUV | 77.87 | 84.06 | 237.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 0 | 0 | 0.94 | 1 | 0.09 | 3.9 | 1 | 0.45 |
| Hex | E7 | F | 0 | 0 | 5E | 64 | 9 | 4 | 64 | 2D |
| Octal | 347 | 17 | 0 | 0 | 136 | 144 | 11 | 4 | 144 | 55 |
| Binary | 11100111 | 1111 | 0 | 0 | 1011110 | 1100100 | 1001 | 100 | 1100100 | 101101 |
Color Harmonies of #E70F00
Complementary color
Monochromatic Colors of #E70F00
Black with #E70F00
Text Example
Text Example
White with #E70F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70F00; }
p { color: rgb(231,15,0); }
H1.HeaderClassName
{
color: #E70F00;
}
.AnyTagClassName
{
color: #E70F00;
}
</style>
background-color css
<style>
a { background-color: #E70F00; }
a { background-color: rgb(231,15,0); }
div.DivClassName
{
background-color: #E70F00;
}
.BgClassName
{
background-color: #E70F00;
}
</style>
border-color css
<style>
span { border-color: #E70F00; }
span { border-color: rgb(231,15,0); }
td.TdClassName
{
border-color: #E70F00;
}
.TagClassName
{
border-color: #E70F00;
}
</style>