Shades of Torch Red #F7080D
Tints of Torch Red #F7080D
RGB
CMYK
RGB Variations
Color information
#F7080D (or 0xF7080D) is known color: Torch Red. HEX triplet: F7, 08 and 0D. RGB value is (247,8,13). Sum of RGB (Red+Green+Blue) = 247+8+13=268 (35% of max value = 765). Red value is 247 (96.88% from 255 or 92.16% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 247 - color contains mainly: red. Hex color #F7080D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7080D is #08F7F2. Grayscale: #505050. Windows color (decimal): -587763 or 854263. OLE color: 854263.
HSL color Cylindrical-coordinate representation of color #F7080D: hue angle of 358.74º 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 #F7080D is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 13 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.03 |
| HSL | 358.74º | 0.94% | 0.5% | - |
| HSV(B) | 358.74º | 0.97% | 0.97% | - |
| XYZ | 38.52 | 19.98 | 2.21 | - |
| YUV | 80.03 | 90.18 | 247.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 13 | 0 | 0.97 | 0.95 | 0.03 | 358.74 | 0.94 | 0.5 |
| Hex | F7 | 8 | D | 0 | 61 | 5F | 3 | 167 | 5E | 32 |
| Octal | 367 | 10 | 15 | 0 | 141 | 137 | 3 | 547 | 136 | 62 |
| Binary | 11110111 | 1000 | 1101 | 0 | 1100001 | 1011111 | 11 | 101100111 | 1011110 | 110010 |
Color Harmonies of #F7080D
Complementary color
Monochromatic Colors of #F7080D
Black with #F7080D
Text Example
Text Example
White with #F7080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7080D; }
p { color: rgb(247,8,13); }
H1.HeaderClassName
{
color: #F7080D;
}
.AnyTagClassName
{
color: #F7080D;
}
</style>
background-color css
<style>
a { background-color: #F7080D; }
a { background-color: rgb(247,8,13); }
div.DivClassName
{
background-color: #F7080D;
}
.BgClassName
{
background-color: #F7080D;
}
</style>
border-color css
<style>
span { border-color: #F7080D; }
span { border-color: rgb(247,8,13); }
td.TdClassName
{
border-color: #F7080D;
}
.TagClassName
{
border-color: #F7080D;
}
</style>