Shades of Torch Red #F7010C
Tints of Torch Red #F7010C
RGB
CMYK
RGB Variations
Color information
#F7010C (or 0xF7010C) is known color: Torch Red. HEX triplet: F7, 01 and 0C. RGB value is (247,1,12). Sum of RGB (Red+Green+Blue) = 247+1+12=260 (34% of max value = 765). Red value is 247 (96.88% from 255 or 95% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 247 - color contains mainly: red. Hex color #F7010C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7010C is #08FEF3. Grayscale: #4C4C4C. Windows color (decimal): -589556 or 786935. OLE color: 786935.
HSL color Cylindrical-coordinate representation of color #F7010C: hue angle of 357.32º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7010C is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 12 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.03 |
| HSL | 357.32º | 0.99% | 0.49% | - |
| HSV(B) | 357.32º | 1% | 0.97% | - |
| XYZ | 38.43 | 19.82 | 2.15 | - |
| YUV | 75.81 | 92 | 250.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 12 | 0 | 1.00 | 0.95 | 0.03 | 357.32 | 0.99 | 0.49 |
| Hex | F7 | 1 | C | 0 | 64 | 5F | 3 | 165 | 63 | 31 |
| Octal | 367 | 1 | 14 | 0 | 144 | 137 | 3 | 545 | 143 | 61 |
| Binary | 11110111 | 1 | 1100 | 0 | 1100100 | 1011111 | 11 | 101100101 | 1100011 | 110001 |
Color Harmonies of #F7010C
Complementary color
Monochromatic Colors of #F7010C
Black with #F7010C
Text Example
Text Example
White with #F7010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7010C; }
p { color: rgb(247,1,12); }
H1.HeaderClassName
{
color: #F7010C;
}
.AnyTagClassName
{
color: #F7010C;
}
</style>
background-color css
<style>
a { background-color: #F7010C; }
a { background-color: rgb(247,1,12); }
div.DivClassName
{
background-color: #F7010C;
}
.BgClassName
{
background-color: #F7010C;
}
</style>
border-color css
<style>
span { border-color: #F7010C; }
span { border-color: rgb(247,1,12); }
td.TdClassName
{
border-color: #F7010C;
}
.TagClassName
{
border-color: #F7010C;
}
</style>