Shades of Torch Red #F7000B
Tints of Torch Red #F7000B
RGB
CMYK
RGB Variations
Color information
#F7000B (or 0xF7000B) is known color: Torch Red. HEX triplet: F7, 00 and 0B. RGB value is (247,0,11). Sum of RGB (Red+Green+Blue) = 247+0+11=258 (34% of max value = 765). Red value is 247 (96.88% from 255 or 95.74% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 247 - color contains mainly: red. Hex color #F7000B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7000B is #08FFF4. Grayscale: #4B4B4B. Windows color (decimal): -589813 or 721143. OLE color: 721143.
HSL color Cylindrical-coordinate representation of color #F7000B: hue angle of 357.33º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7000B is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.96 | 0.03 |
| HSL | 357.33º | 1% | 0.48% | - |
| HSV(B) | 357.33º | 1% | 0.97% | - |
| XYZ | 38.42 | 19.8 | 2.11 | - |
| YUV | 75.11 | 91.83 | 250.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 11 | 0 | 1 | 0.96 | 0.03 | 357.33 | 1 | 0.48 |
| Hex | F7 | 0 | B | 0 | 64 | 60 | 3 | 165 | 64 | 30 |
| Octal | 367 | 0 | 13 | 0 | 144 | 140 | 3 | 545 | 144 | 60 |
| Binary | 11110111 | 0 | 1011 | 0 | 1100100 | 1100000 | 11 | 101100101 | 1100100 | 110000 |
Color Harmonies of #F7000B
Complementary color
Monochromatic Colors of #F7000B
Black with #F7000B
Text Example
Text Example
White with #F7000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7000B; }
p { color: rgb(247,0,11); }
H1.HeaderClassName
{
color: #F7000B;
}
.AnyTagClassName
{
color: #F7000B;
}
</style>
background-color css
<style>
a { background-color: #F7000B; }
a { background-color: rgb(247,0,11); }
div.DivClassName
{
background-color: #F7000B;
}
.BgClassName
{
background-color: #F7000B;
}
</style>
border-color css
<style>
span { border-color: #F7000B; }
span { border-color: rgb(247,0,11); }
td.TdClassName
{
border-color: #F7000B;
}
.TagClassName
{
border-color: #F7000B;
}
</style>