Shades of Torch Red #F7061E
Tints of Torch Red #F7061E
RGB
CMYK
RGB Variations
Color information
#F7061E (or 0xF7061E) is known color: Torch Red. HEX triplet: F7, 06 and 1E. RGB value is (247,6,30). Sum of RGB (Red+Green+Blue) = 247+6+30=283 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.28% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 247 - color contains mainly: red. Hex color #F7061E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7061E is #08F9E1. Grayscale: #505050. Windows color (decimal): -588258 or 1967863. OLE color: 1967863.
HSL color Cylindrical-coordinate representation of color #F7061E: hue angle of 354.02º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7061E is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 30 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.03 |
| HSL | 354.02º | 0.95% | 0.5% | - |
| HSV(B) | 354.02º | 0.98% | 0.97% | - |
| XYZ | 38.66 | 20 | 3.05 | - |
| YUV | 80.8 | 99.34 | 246.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 30 | 0 | 0.98 | 0.88 | 0.03 | 354.02 | 0.95 | 0.5 |
| Hex | F7 | 6 | 1E | 0 | 62 | 58 | 3 | 162 | 5F | 32 |
| Octal | 367 | 6 | 36 | 0 | 142 | 130 | 3 | 542 | 137 | 62 |
| Binary | 11110111 | 110 | 11110 | 0 | 1100010 | 1011000 | 11 | 101100010 | 1011111 | 110010 |
Color Harmonies of #F7061E
Complementary color
Monochromatic Colors of #F7061E
Black with #F7061E
Text Example
Text Example
White with #F7061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7061E; }
p { color: rgb(247,6,30); }
H1.HeaderClassName
{
color: #F7061E;
}
.AnyTagClassName
{
color: #F7061E;
}
</style>
background-color css
<style>
a { background-color: #F7061E; }
a { background-color: rgb(247,6,30); }
div.DivClassName
{
background-color: #F7061E;
}
.BgClassName
{
background-color: #F7061E;
}
</style>
border-color css
<style>
span { border-color: #F7061E; }
span { border-color: rgb(247,6,30); }
td.TdClassName
{
border-color: #F7061E;
}
.TagClassName
{
border-color: #F7061E;
}
</style>