Shades of Torch Red #F7082C
Tints of Torch Red #F7082C
RGB
CMYK
RGB Variations
Color information
#F7082C (or 0xF7082C) is known color: Torch Red. HEX triplet: F7, 08 and 2C. RGB value is (247,8,44). Sum of RGB (Red+Green+Blue) = 247+8+44=299 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.61% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 247 - color contains mainly: red. Hex color #F7082C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7082C is #08F7D3. Grayscale: #535353. Windows color (decimal): -587732 or 2885879. OLE color: 2885879.
HSL color Cylindrical-coordinate representation of color #F7082C: hue angle of 350.96º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F7082C is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 44 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.03 |
| HSL | 350.96º | 0.94% | 0.5% | - |
| HSV(B) | 350.96º | 0.97% | 0.97% | - |
| XYZ | 38.9 | 20.13 | 4.22 | - |
| YUV | 83.57 | 105.68 | 244.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 44 | 0 | 0.97 | 0.82 | 0.03 | 350.96 | 0.94 | 0.5 |
| Hex | F7 | 8 | 2C | 0 | 61 | 52 | 3 | 15F | 5E | 32 |
| Octal | 367 | 10 | 54 | 0 | 141 | 122 | 3 | 537 | 136 | 62 |
| Binary | 11110111 | 1000 | 101100 | 0 | 1100001 | 1010010 | 11 | 101011111 | 1011110 | 110010 |
Color Harmonies of #F7082C
Complementary color
Monochromatic Colors of #F7082C
Black with #F7082C
Text Example
Text Example
White with #F7082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7082C; }
p { color: rgb(247,8,44); }
H1.HeaderClassName
{
color: #F7082C;
}
.AnyTagClassName
{
color: #F7082C;
}
</style>
background-color css
<style>
a { background-color: #F7082C; }
a { background-color: rgb(247,8,44); }
div.DivClassName
{
background-color: #F7082C;
}
.BgClassName
{
background-color: #F7082C;
}
</style>
border-color css
<style>
span { border-color: #F7082C; }
span { border-color: rgb(247,8,44); }
td.TdClassName
{
border-color: #F7082C;
}
.TagClassName
{
border-color: #F7082C;
}
</style>