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