Shades of Torch Red #F7072F
Tints of Torch Red #F7072F
RGB
CMYK
RGB Variations
Color information
#F7072F (or 0xF7072F) is known color: Torch Red. HEX triplet: F7, 07 and 2F. RGB value is (247,7,47). Sum of RGB (Red+Green+Blue) = 247+7+47=301 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.06% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 247 - color contains mainly: red. Hex color #F7072F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7072F is #08F8D0. Grayscale: #535353. Windows color (decimal): -587985 or 3082231. OLE color: 3082231.
HSL color Cylindrical-coordinate representation of color #F7072F: hue angle of 350º 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 #F7072F is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 47 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.03 |
| HSL | 350º | 0.94% | 0.5% | - |
| HSV(B) | 350º | 0.97% | 0.97% | - |
| XYZ | 38.95 | 20.13 | 4.52 | - |
| YUV | 83.32 | 107.51 | 244.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 47 | 0 | 0.97 | 0.81 | 0.03 | 350 | 0.94 | 0.5 |
| Hex | F7 | 7 | 2F | 0 | 61 | 51 | 3 | 15E | 5E | 32 |
| Octal | 367 | 7 | 57 | 0 | 141 | 121 | 3 | 536 | 136 | 62 |
| Binary | 11110111 | 111 | 101111 | 0 | 1100001 | 1010001 | 11 | 101011110 | 1011110 | 110010 |
Color Harmonies of #F7072F
Complementary color
Monochromatic Colors of #F7072F
Black with #F7072F
Text Example
Text Example
White with #F7072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7072F; }
p { color: rgb(247,7,47); }
H1.HeaderClassName
{
color: #F7072F;
}
.AnyTagClassName
{
color: #F7072F;
}
</style>
background-color css
<style>
a { background-color: #F7072F; }
a { background-color: rgb(247,7,47); }
div.DivClassName
{
background-color: #F7072F;
}
.BgClassName
{
background-color: #F7072F;
}
</style>
border-color css
<style>
span { border-color: #F7072F; }
span { border-color: rgb(247,7,47); }
td.TdClassName
{
border-color: #F7072F;
}
.TagClassName
{
border-color: #F7072F;
}
</style>