Shades of Torch Red #F7000A
Tints of Torch Red #F7000A
RGB
CMYK
RGB Variations
Color information
#F7000A (or 0xF7000A) is known color: Torch Red. HEX triplet: F7, 00 and 0A. RGB value is (247,0,10). Sum of RGB (Red+Green+Blue) = 247+0+10=257 (34% of max value = 765). Red value is 247 (96.88% from 255 or 96.11% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 247 - color contains mainly: red. Hex color #F7000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7000A is #08FFF5. Grayscale: #4B4B4B. Windows color (decimal): -589814 or 655607. OLE color: 655607.
HSL color Cylindrical-coordinate representation of color #F7000A: hue angle of 357.57º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7000A is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.96 | 0.03 |
| HSL | 357.57º | 1% | 0.48% | - |
| HSV(B) | 357.57º | 1% | 0.97% | - |
| XYZ | 38.41 | 19.8 | 2.08 | - |
| YUV | 74.99 | 91.33 | 250.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 10 | 0 | 1 | 0.96 | 0.03 | 357.57 | 1 | 0.48 |
| Hex | F7 | 0 | A | 0 | 64 | 60 | 3 | 166 | 64 | 30 |
| Octal | 367 | 0 | 12 | 0 | 144 | 140 | 3 | 546 | 144 | 60 |
| Binary | 11110111 | 0 | 1010 | 0 | 1100100 | 1100000 | 11 | 101100110 | 1100100 | 110000 |
Color Harmonies of #F7000A
Complementary color
Monochromatic Colors of #F7000A
Black with #F7000A
Text Example
Text Example
White with #F7000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7000A; }
p { color: rgb(247,0,10); }
H1.HeaderClassName
{
color: #F7000A;
}
.AnyTagClassName
{
color: #F7000A;
}
</style>
background-color css
<style>
a { background-color: #F7000A; }
a { background-color: rgb(247,0,10); }
div.DivClassName
{
background-color: #F7000A;
}
.BgClassName
{
background-color: #F7000A;
}
</style>
border-color css
<style>
span { border-color: #F7000A; }
span { border-color: rgb(247,0,10); }
td.TdClassName
{
border-color: #F7000A;
}
.TagClassName
{
border-color: #F7000A;
}
</style>