Shades of Red #E70F0E
Tints of Red #E70F0E
RGB
CMYK
RGB Variations
Color information
#E70F0E (or 0xE70F0E) is known color: Red. HEX triplet: E7, 0F and 0E. RGB value is (231,15,14). Sum of RGB (Red+Green+Blue) = 231+15+14=260 (34% of max value = 765). Red value is 231 (90.62% from 255 or 88.85% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70F0E is #18F0F1. Grayscale: #4F4F4F. Windows color (decimal): -1634546 or 921575. OLE color: 921575.
HSL color Cylindrical-coordinate representation of color #E70F0E: hue angle of 0.28º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70F0E is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 14 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.09 |
| HSL | 0.28º | 0.89% | 0.48% | - |
| HSV(B) | 0.28º | 0.94% | 0.91% | - |
| XYZ | 33.21 | 17.36 | 2.02 | - |
| YUV | 79.47 | 91.06 | 236.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 14 | 0 | 0.94 | 0.94 | 0.09 | 0.28 | 0.89 | 0.48 |
| Hex | E7 | F | E | 0 | 5E | 5E | 9 | 0 | 59 | 30 |
| Octal | 347 | 17 | 16 | 0 | 136 | 136 | 11 | 0 | 131 | 60 |
| Binary | 11100111 | 1111 | 1110 | 0 | 1011110 | 1011110 | 1001 | 0 | 1011001 | 110000 |
Color Harmonies of #E70F0E
Complementary color
Monochromatic Colors of #E70F0E
Black with #E70F0E
Text Example
Text Example
White with #E70F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70F0E; }
p { color: rgb(231,15,14); }
H1.HeaderClassName
{
color: #E70F0E;
}
.AnyTagClassName
{
color: #E70F0E;
}
</style>
background-color css
<style>
a { background-color: #E70F0E; }
a { background-color: rgb(231,15,14); }
div.DivClassName
{
background-color: #E70F0E;
}
.BgClassName
{
background-color: #E70F0E;
}
</style>
border-color css
<style>
span { border-color: #E70F0E; }
span { border-color: rgb(231,15,14); }
td.TdClassName
{
border-color: #E70F0E;
}
.TagClassName
{
border-color: #E70F0E;
}
</style>