Shades of Torch Red #F7072C
Tints of Torch Red #F7072C
RGB
CMYK
RGB Variations
Color information
#F7072C (or 0xF7072C) is known color: Torch Red. HEX triplet: F7, 07 and 2C. RGB value is (247,7,44). Sum of RGB (Red+Green+Blue) = 247+7+44=298 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.89% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 247 - color contains mainly: red. Hex color #F7072C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7072C is #08F8D3. Grayscale: #535353. Windows color (decimal): -587988 or 2885623. OLE color: 2885623.
HSL color Cylindrical-coordinate representation of color #F7072C: hue angle of 350.75º 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 #F7072C is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 44 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.03 |
| HSL | 350.75º | 0.94% | 0.5% | - |
| HSV(B) | 350.75º | 0.97% | 0.97% | - |
| XYZ | 38.89 | 20.11 | 4.21 | - |
| YUV | 82.98 | 106.01 | 244.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 44 | 0 | 0.97 | 0.82 | 0.03 | 350.75 | 0.94 | 0.5 |
| Hex | F7 | 7 | 2C | 0 | 61 | 52 | 3 | 15F | 5E | 32 |
| Octal | 367 | 7 | 54 | 0 | 141 | 122 | 3 | 537 | 136 | 62 |
| Binary | 11110111 | 111 | 101100 | 0 | 1100001 | 1010010 | 11 | 101011111 | 1011110 | 110010 |
Color Harmonies of #F7072C
Complementary color
Monochromatic Colors of #F7072C
Black with #F7072C
Text Example
Text Example
White with #F7072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7072C; }
p { color: rgb(247,7,44); }
H1.HeaderClassName
{
color: #F7072C;
}
.AnyTagClassName
{
color: #F7072C;
}
</style>
background-color css
<style>
a { background-color: #F7072C; }
a { background-color: rgb(247,7,44); }
div.DivClassName
{
background-color: #F7072C;
}
.BgClassName
{
background-color: #F7072C;
}
</style>
border-color css
<style>
span { border-color: #F7072C; }
span { border-color: rgb(247,7,44); }
td.TdClassName
{
border-color: #F7072C;
}
.TagClassName
{
border-color: #F7072C;
}
</style>