Shades of Red #E70F08
Tints of Red #E70F08
RGB
CMYK
RGB Variations
Color information
#E70F08 (or 0xE70F08) is known color: Red. HEX triplet: E7, 0F and 08. RGB value is (231,15,8). Sum of RGB (Red+Green+Blue) = 231+15+8=254 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.94% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70F08 is #18F0F7. Grayscale: #4F4F4F. Windows color (decimal): -1634552 or 528359. OLE color: 528359.
HSL color Cylindrical-coordinate representation of color #E70F08: hue angle of 1.88º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70F08 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 8 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.09 |
| HSL | 1.88º | 0.93% | 0.47% | - |
| HSV(B) | 1.88º | 0.97% | 0.91% | - |
| XYZ | 33.17 | 17.35 | 1.83 | - |
| YUV | 78.79 | 88.06 | 236.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 8 | 0 | 0.94 | 0.97 | 0.09 | 1.88 | 0.93 | 0.47 |
| Hex | E7 | F | 8 | 0 | 5E | 61 | 9 | 2 | 5D | 2F |
| Octal | 347 | 17 | 10 | 0 | 136 | 141 | 11 | 2 | 135 | 57 |
| Binary | 11100111 | 1111 | 1000 | 0 | 1011110 | 1100001 | 1001 | 10 | 1011101 | 101111 |
Color Harmonies of #E70F08
Complementary color
Monochromatic Colors of #E70F08
Black with #E70F08
Text Example
Text Example
White with #E70F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70F08; }
p { color: rgb(231,15,8); }
H1.HeaderClassName
{
color: #E70F08;
}
.AnyTagClassName
{
color: #E70F08;
}
</style>
background-color css
<style>
a { background-color: #E70F08; }
a { background-color: rgb(231,15,8); }
div.DivClassName
{
background-color: #E70F08;
}
.BgClassName
{
background-color: #E70F08;
}
</style>
border-color css
<style>
span { border-color: #E70F08; }
span { border-color: rgb(231,15,8); }
td.TdClassName
{
border-color: #E70F08;
}
.TagClassName
{
border-color: #E70F08;
}
</style>