Shades of Red #E70F07
Tints of Red #E70F07
RGB
CMYK
RGB Variations
Color information
#E70F07 (or 0xE70F07) is known color: Red. HEX triplet: E7, 0F and 07. RGB value is (231,15,7). Sum of RGB (Red+Green+Blue) = 231+15+7=253 (33% of max value = 765). Red value is 231 (90.62% from 255 or 91.30% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70F07 is #18F0F8. Grayscale: #4E4E4E. Windows color (decimal): -1634553 or 462823. OLE color: 462823.
HSL color Cylindrical-coordinate representation of color #E70F07: hue angle of 2.14º degrees, saturation: 0.94, 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 #E70F07 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 7 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.09 |
| HSL | 2.14º | 0.94% | 0.47% | - |
| HSV(B) | 2.14º | 0.97% | 0.91% | - |
| XYZ | 33.16 | 17.35 | 1.8 | - |
| YUV | 78.67 | 87.56 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 7 | 0 | 0.94 | 0.97 | 0.09 | 2.14 | 0.94 | 0.47 |
| Hex | E7 | F | 7 | 0 | 5E | 61 | 9 | 2 | 5E | 2F |
| Octal | 347 | 17 | 7 | 0 | 136 | 141 | 11 | 2 | 136 | 57 |
| Binary | 11100111 | 1111 | 111 | 0 | 1011110 | 1100001 | 1001 | 10 | 1011110 | 101111 |
Color Harmonies of #E70F07
Complementary color
Monochromatic Colors of #E70F07
Black with #E70F07
Text Example
Text Example
White with #E70F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70F07; }
p { color: rgb(231,15,7); }
H1.HeaderClassName
{
color: #E70F07;
}
.AnyTagClassName
{
color: #E70F07;
}
</style>
background-color css
<style>
a { background-color: #E70F07; }
a { background-color: rgb(231,15,7); }
div.DivClassName
{
background-color: #E70F07;
}
.BgClassName
{
background-color: #E70F07;
}
</style>
border-color css
<style>
span { border-color: #E70F07; }
span { border-color: rgb(231,15,7); }
td.TdClassName
{
border-color: #E70F07;
}
.TagClassName
{
border-color: #E70F07;
}
</style>