Shades of Torch Red #F70B0E
Tints of Torch Red #F70B0E
RGB
CMYK
RGB Variations
Color information
#F70B0E (or 0xF70B0E) is known color: Torch Red. HEX triplet: F7, 0B and 0E. RGB value is (247,11,14). Sum of RGB (Red+Green+Blue) = 247+11+14=272 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.81% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70B0E is #08F4F1. Grayscale: #525252. Windows color (decimal): -586994 or 920567. OLE color: 920567.
HSL color Cylindrical-coordinate representation of color #F70B0E: hue angle of 359.24º 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 #F70B0E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.03 |
| HSL | 359.24º | 0.94% | 0.51% | - |
| HSV(B) | 359.24º | 0.96% | 0.97% | - |
| XYZ | 38.56 | 20.05 | 2.25 | - |
| YUV | 81.91 | 89.69 | 245.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 14 | 0 | 0.96 | 0.94 | 0.03 | 359.24 | 0.94 | 0.51 |
| Hex | F7 | B | E | 0 | 60 | 5E | 3 | 167 | 5E | 33 |
| Octal | 367 | 13 | 16 | 0 | 140 | 136 | 3 | 547 | 136 | 63 |
| Binary | 11110111 | 1011 | 1110 | 0 | 1100000 | 1011110 | 11 | 101100111 | 1011110 | 110011 |
Color Harmonies of #F70B0E
Complementary color
Monochromatic Colors of #F70B0E
Black with #F70B0E
Text Example
Text Example
White with #F70B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70B0E; }
p { color: rgb(247,11,14); }
H1.HeaderClassName
{
color: #F70B0E;
}
.AnyTagClassName
{
color: #F70B0E;
}
</style>
background-color css
<style>
a { background-color: #F70B0E; }
a { background-color: rgb(247,11,14); }
div.DivClassName
{
background-color: #F70B0E;
}
.BgClassName
{
background-color: #F70B0E;
}
</style>
border-color css
<style>
span { border-color: #F70B0E; }
span { border-color: rgb(247,11,14); }
td.TdClassName
{
border-color: #F70B0E;
}
.TagClassName
{
border-color: #F70B0E;
}
</style>