Shades of Torch Red #F7070C
Tints of Torch Red #F7070C
RGB
CMYK
RGB Variations
Color information
#F7070C (or 0xF7070C) is known color: Torch Red. HEX triplet: F7, 07 and 0C. RGB value is (247,7,12). Sum of RGB (Red+Green+Blue) = 247+7+12=266 (35% of max value = 765). Red value is 247 (96.88% from 255 or 92.86% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 247 - color contains mainly: red. Hex color #F7070C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7070C is #08F8F3. Grayscale: #4F4F4F. Windows color (decimal): -588020 or 788471. OLE color: 788471.
HSL color Cylindrical-coordinate representation of color #F7070C: hue angle of 358.75º 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 #F7070C is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 12 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.03 |
| HSL | 358.75º | 0.94% | 0.5% | - |
| HSV(B) | 358.75º | 0.97% | 0.97% | - |
| XYZ | 38.5 | 19.95 | 2.17 | - |
| YUV | 79.33 | 90.01 | 247.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 12 | 0 | 0.97 | 0.95 | 0.03 | 358.75 | 0.94 | 0.5 |
| Hex | F7 | 7 | C | 0 | 61 | 5F | 3 | 167 | 5E | 32 |
| Octal | 367 | 7 | 14 | 0 | 141 | 137 | 3 | 547 | 136 | 62 |
| Binary | 11110111 | 111 | 1100 | 0 | 1100001 | 1011111 | 11 | 101100111 | 1011110 | 110010 |
Color Harmonies of #F7070C
Complementary color
Monochromatic Colors of #F7070C
Black with #F7070C
Text Example
Text Example
White with #F7070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7070C; }
p { color: rgb(247,7,12); }
H1.HeaderClassName
{
color: #F7070C;
}
.AnyTagClassName
{
color: #F7070C;
}
</style>
background-color css
<style>
a { background-color: #F7070C; }
a { background-color: rgb(247,7,12); }
div.DivClassName
{
background-color: #F7070C;
}
.BgClassName
{
background-color: #F7070C;
}
</style>
border-color css
<style>
span { border-color: #F7070C; }
span { border-color: rgb(247,7,12); }
td.TdClassName
{
border-color: #F7070C;
}
.TagClassName
{
border-color: #F7070C;
}
</style>