Shades of Torch Red #F7092A
Tints of Torch Red #F7092A
RGB
CMYK
RGB Variations
Color information
#F7092A (or 0xF7092A) is known color: Torch Red. HEX triplet: F7, 09 and 2A. RGB value is (247,9,42). Sum of RGB (Red+Green+Blue) = 247+9+42=298 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.89% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 247 - color contains mainly: red. Hex color #F7092A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7092A is #08F6D5. Grayscale: #545454. Windows color (decimal): -587478 or 2755063. OLE color: 2755063.
HSL color Cylindrical-coordinate representation of color #F7092A: hue angle of 351.68º 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 #F7092A is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 9 | 42 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.03 |
| HSL | 351.68º | 0.94% | 0.5% | - |
| HSV(B) | 351.68º | 0.96% | 0.97% | - |
| XYZ | 38.87 | 20.14 | 4.03 | - |
| YUV | 83.92 | 104.35 | 244.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 9 | 42 | 0 | 0.96 | 0.83 | 0.03 | 351.68 | 0.94 | 0.5 |
| Hex | F7 | 9 | 2A | 0 | 60 | 53 | 3 | 160 | 5E | 32 |
| Octal | 367 | 11 | 52 | 0 | 140 | 123 | 3 | 540 | 136 | 62 |
| Binary | 11110111 | 1001 | 101010 | 0 | 1100000 | 1010011 | 11 | 101100000 | 1011110 | 110010 |
Color Harmonies of #F7092A
Complementary color
Monochromatic Colors of #F7092A
Black with #F7092A
Text Example
Text Example
White with #F7092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7092A; }
p { color: rgb(247,9,42); }
H1.HeaderClassName
{
color: #F7092A;
}
.AnyTagClassName
{
color: #F7092A;
}
</style>
background-color css
<style>
a { background-color: #F7092A; }
a { background-color: rgb(247,9,42); }
div.DivClassName
{
background-color: #F7092A;
}
.BgClassName
{
background-color: #F7092A;
}
</style>
border-color css
<style>
span { border-color: #F7092A; }
span { border-color: rgb(247,9,42); }
td.TdClassName
{
border-color: #F7092A;
}
.TagClassName
{
border-color: #F7092A;
}
</style>