Shades of Torch Red #F7050C
Tints of Torch Red #F7050C
RGB
CMYK
RGB Variations
Color information
#F7050C (or 0xF7050C) is known color: Torch Red. HEX triplet: F7, 05 and 0C. RGB value is (247,5,12). Sum of RGB (Red+Green+Blue) = 247+5+12=264 (34% of max value = 765). Red value is 247 (96.88% from 255 or 93.56% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 247 - color contains mainly: red. Hex color #F7050C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7050C is #08FAF3. Grayscale: #4E4E4E. Windows color (decimal): -588532 or 787959. OLE color: 787959.
HSL color Cylindrical-coordinate representation of color #F7050C: hue angle of 358.26º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7050C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 12 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.03 |
| HSL | 358.26º | 0.96% | 0.49% | - |
| HSV(B) | 358.26º | 0.98% | 0.97% | - |
| XYZ | 38.48 | 19.91 | 2.16 | - |
| YUV | 78.16 | 90.67 | 248.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 12 | 0 | 0.98 | 0.95 | 0.03 | 358.26 | 0.96 | 0.49 |
| Hex | F7 | 5 | C | 0 | 62 | 5F | 3 | 166 | 60 | 31 |
| Octal | 367 | 5 | 14 | 0 | 142 | 137 | 3 | 546 | 140 | 61 |
| Binary | 11110111 | 101 | 1100 | 0 | 1100010 | 1011111 | 11 | 101100110 | 1100000 | 110001 |
Color Harmonies of #F7050C
Complementary color
Monochromatic Colors of #F7050C
Black with #F7050C
Text Example
Text Example
White with #F7050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7050C; }
p { color: rgb(247,5,12); }
H1.HeaderClassName
{
color: #F7050C;
}
.AnyTagClassName
{
color: #F7050C;
}
</style>
background-color css
<style>
a { background-color: #F7050C; }
a { background-color: rgb(247,5,12); }
div.DivClassName
{
background-color: #F7050C;
}
.BgClassName
{
background-color: #F7050C;
}
</style>
border-color css
<style>
span { border-color: #F7050C; }
span { border-color: rgb(247,5,12); }
td.TdClassName
{
border-color: #F7050C;
}
.TagClassName
{
border-color: #F7050C;
}
</style>