Shades of Torch Red #F7010B
Tints of Torch Red #F7010B
RGB
CMYK
RGB Variations
Color information
#F7010B (or 0xF7010B) is known color: Torch Red. HEX triplet: F7, 01 and 0B. RGB value is (247,1,11). Sum of RGB (Red+Green+Blue) = 247+1+11=259 (34% of max value = 765). Red value is 247 (96.88% from 255 or 95.37% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 247 - color contains mainly: red. Hex color #F7010B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7010B is #08FEF4. Grayscale: #4B4B4B. Windows color (decimal): -589557 or 721399. OLE color: 721399.
HSL color Cylindrical-coordinate representation of color #F7010B: hue angle of 357.56º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7010B is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 11 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.03 |
| HSL | 357.56º | 0.99% | 0.49% | - |
| HSV(B) | 357.56º | 1% | 0.97% | - |
| XYZ | 38.43 | 19.82 | 2.12 | - |
| YUV | 75.69 | 91.5 | 250.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 11 | 0 | 1.00 | 0.96 | 0.03 | 357.56 | 0.99 | 0.49 |
| Hex | F7 | 1 | B | 0 | 64 | 60 | 3 | 166 | 63 | 31 |
| Octal | 367 | 1 | 13 | 0 | 144 | 140 | 3 | 546 | 143 | 61 |
| Binary | 11110111 | 1 | 1011 | 0 | 1100100 | 1100000 | 11 | 101100110 | 1100011 | 110001 |
Color Harmonies of #F7010B
Complementary color
Monochromatic Colors of #F7010B
Black with #F7010B
Text Example
Text Example
White with #F7010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7010B; }
p { color: rgb(247,1,11); }
H1.HeaderClassName
{
color: #F7010B;
}
.AnyTagClassName
{
color: #F7010B;
}
</style>
background-color css
<style>
a { background-color: #F7010B; }
a { background-color: rgb(247,1,11); }
div.DivClassName
{
background-color: #F7010B;
}
.BgClassName
{
background-color: #F7010B;
}
</style>
border-color css
<style>
span { border-color: #F7010B; }
span { border-color: rgb(247,1,11); }
td.TdClassName
{
border-color: #F7010B;
}
.TagClassName
{
border-color: #F7010B;
}
</style>