Shades of Torch Red #F7092D
Tints of Torch Red #F7092D
RGB
CMYK
RGB Variations
Color information
#F7092D (or 0xF7092D) is known color: Torch Red. HEX triplet: F7, 09 and 2D. RGB value is (247,9,45). Sum of RGB (Red+Green+Blue) = 247+9+45=301 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.06% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 247 - color contains mainly: red. Hex color #F7092D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7092D is #08F6D2. Grayscale: #545454. Windows color (decimal): -587475 or 2951671. OLE color: 2951671.
HSL color Cylindrical-coordinate representation of color #F7092D: hue angle of 350.92º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7092D is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 9 | 45 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.03 |
| HSL | 350.92º | 0.94% | 0.5% | - |
| HSV(B) | 350.92º | 0.96% | 0.97% | - |
| XYZ | 38.93 | 20.16 | 4.32 | - |
| YUV | 84.27 | 105.85 | 244.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 9 | 45 | 0 | 0.96 | 0.82 | 0.03 | 350.92 | 0.94 | 0.5 |
| Hex | F7 | 9 | 2D | 0 | 60 | 52 | 3 | 15F | 5E | 32 |
| Octal | 367 | 11 | 55 | 0 | 140 | 122 | 3 | 537 | 136 | 62 |
| Binary | 11110111 | 1001 | 101101 | 0 | 1100000 | 1010010 | 11 | 101011111 | 1011110 | 110010 |
Color Harmonies of #F7092D
Complementary color
Monochromatic Colors of #F7092D
Black with #F7092D
Text Example
Text Example
White with #F7092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7092D; }
p { color: rgb(247,9,45); }
H1.HeaderClassName
{
color: #F7092D;
}
.AnyTagClassName
{
color: #F7092D;
}
</style>
background-color css
<style>
a { background-color: #F7092D; }
a { background-color: rgb(247,9,45); }
div.DivClassName
{
background-color: #F7092D;
}
.BgClassName
{
background-color: #F7092D;
}
</style>
border-color css
<style>
span { border-color: #F7092D; }
span { border-color: rgb(247,9,45); }
td.TdClassName
{
border-color: #F7092D;
}
.TagClassName
{
border-color: #F7092D;
}
</style>