Shades of Torch Red #F7010F
Tints of Torch Red #F7010F
RGB
CMYK
RGB Variations
Color information
#F7010F (or 0xF7010F) is known color: Torch Red. HEX triplet: F7, 01 and 0F. RGB value is (247,1,15). Sum of RGB (Red+Green+Blue) = 247+1+15=263 (34% of max value = 765). Red value is 247 (96.88% from 255 or 93.92% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 247 - color contains mainly: red. Hex color #F7010F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7010F is #08FEF0. Grayscale: #4C4C4C. Windows color (decimal): -589553 or 983543. OLE color: 983543.
HSL color Cylindrical-coordinate representation of color #F7010F: hue angle of 356.59º 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 #F7010F is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 15 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.03 |
| HSL | 356.59º | 0.99% | 0.49% | - |
| HSV(B) | 356.59º | 1% | 0.97% | - |
| XYZ | 38.45 | 19.83 | 2.25 | - |
| YUV | 76.15 | 93.5 | 249.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 15 | 0 | 1.00 | 0.94 | 0.03 | 356.59 | 0.99 | 0.49 |
| Hex | F7 | 1 | F | 0 | 64 | 5E | 3 | 165 | 63 | 31 |
| Octal | 367 | 1 | 17 | 0 | 144 | 136 | 3 | 545 | 143 | 61 |
| Binary | 11110111 | 1 | 1111 | 0 | 1100100 | 1011110 | 11 | 101100101 | 1100011 | 110001 |
Color Harmonies of #F7010F
Complementary color
Monochromatic Colors of #F7010F
Black with #F7010F
Text Example
Text Example
White with #F7010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7010F; }
p { color: rgb(247,1,15); }
H1.HeaderClassName
{
color: #F7010F;
}
.AnyTagClassName
{
color: #F7010F;
}
</style>
background-color css
<style>
a { background-color: #F7010F; }
a { background-color: rgb(247,1,15); }
div.DivClassName
{
background-color: #F7010F;
}
.BgClassName
{
background-color: #F7010F;
}
</style>
border-color css
<style>
span { border-color: #F7010F; }
span { border-color: rgb(247,1,15); }
td.TdClassName
{
border-color: #F7010F;
}
.TagClassName
{
border-color: #F7010F;
}
</style>