Shades of Torch Red #F70B19
Tints of Torch Red #F70B19
RGB
CMYK
RGB Variations
Color information
#F70B19 (or 0xF70B19) is known color: Torch Red. HEX triplet: F7, 0B and 19. RGB value is (247,11,25). Sum of RGB (Red+Green+Blue) = 247+11+25=283 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.28% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B19 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70B19 is #08F4E6. Grayscale: #535353. Windows color (decimal): -586983 or 1641463. OLE color: 1641463.
HSL color Cylindrical-coordinate representation of color #F70B19: hue angle of 356.44º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70B19 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 25 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.03 |
| HSL | 356.44º | 0.94% | 0.51% | - |
| HSV(B) | 356.44º | 0.96% | 0.97% | - |
| XYZ | 38.65 | 20.08 | 2.76 | - |
| YUV | 83.16 | 95.19 | 244.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 25 | 0 | 0.96 | 0.90 | 0.03 | 356.44 | 0.94 | 0.51 |
| Hex | F7 | B | 19 | 0 | 60 | 5A | 3 | 164 | 5E | 33 |
| Octal | 367 | 13 | 31 | 0 | 140 | 132 | 3 | 544 | 136 | 63 |
| Binary | 11110111 | 1011 | 11001 | 0 | 1100000 | 1011010 | 11 | 101100100 | 1011110 | 110011 |
Color Harmonies of #F70B19
Complementary color
Monochromatic Colors of #F70B19
Black with #F70B19
Text Example
Text Example
White with #F70B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70B19; }
p { color: rgb(247,11,25); }
H1.HeaderClassName
{
color: #F70B19;
}
.AnyTagClassName
{
color: #F70B19;
}
</style>
background-color css
<style>
a { background-color: #F70B19; }
a { background-color: rgb(247,11,25); }
div.DivClassName
{
background-color: #F70B19;
}
.BgClassName
{
background-color: #F70B19;
}
</style>
border-color css
<style>
span { border-color: #F70B19; }
span { border-color: rgb(247,11,25); }
td.TdClassName
{
border-color: #F70B19;
}
.TagClassName
{
border-color: #F70B19;
}
</style>