Shades of Red #F70F0B
Tints of Red #F70F0B
RGB
CMYK
RGB Variations
Color information
#F70F0B (or 0xF70F0B) is known color: Red. HEX triplet: F7, 0F and 0B. RGB value is (247,15,11). Sum of RGB (Red+Green+Blue) = 247+15+11=273 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.48% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70F0B is #08F0F4. Grayscale: #545454. Windows color (decimal): -585973 or 724983. OLE color: 724983.
HSL color Cylindrical-coordinate representation of color #F70F0B: hue angle of 1.02º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70F0B is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 11 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.03 |
| HSL | 1.02º | 0.94% | 0.51% | - |
| HSV(B) | 1.02º | 0.96% | 0.97% | - |
| XYZ | 38.59 | 20.14 | 2.17 | - |
| YUV | 83.91 | 86.86 | 244.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 11 | 0 | 0.94 | 0.96 | 0.03 | 1.02 | 0.94 | 0.51 |
| Hex | F7 | F | B | 0 | 5E | 60 | 3 | 1 | 5E | 33 |
| Octal | 367 | 17 | 13 | 0 | 136 | 140 | 3 | 1 | 136 | 63 |
| Binary | 11110111 | 1111 | 1011 | 0 | 1011110 | 1100000 | 11 | 1 | 1011110 | 110011 |
Color Harmonies of #F70F0B
Complementary color
Monochromatic Colors of #F70F0B
Black with #F70F0B
Text Example
Text Example
White with #F70F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70F0B; }
p { color: rgb(247,15,11); }
H1.HeaderClassName
{
color: #F70F0B;
}
.AnyTagClassName
{
color: #F70F0B;
}
</style>
background-color css
<style>
a { background-color: #F70F0B; }
a { background-color: rgb(247,15,11); }
div.DivClassName
{
background-color: #F70F0B;
}
.BgClassName
{
background-color: #F70F0B;
}
</style>
border-color css
<style>
span { border-color: #F70F0B; }
span { border-color: rgb(247,15,11); }
td.TdClassName
{
border-color: #F70F0B;
}
.TagClassName
{
border-color: #F70F0B;
}
</style>