Shades of Torch Red #F70814
Tints of Torch Red #F70814
RGB
CMYK
RGB Variations
Color information
#F70814 (or 0xF70814) is known color: Torch Red. HEX triplet: F7, 08 and 14. RGB value is (247,8,20). Sum of RGB (Red+Green+Blue) = 247+8+20=275 (36% of max value = 765). Red value is 247 (96.88% from 255 or 89.82% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 247 - color contains mainly: red. Hex color #F70814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70814 is #08F7EB. Grayscale: #515151. Windows color (decimal): -587756 or 1313015. OLE color: 1313015.
HSL color Cylindrical-coordinate representation of color #F70814: hue angle of 356.99º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F70814 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 20 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.03 |
| HSL | 356.99º | 0.94% | 0.5% | - |
| HSV(B) | 356.99º | 0.97% | 0.97% | - |
| XYZ | 38.57 | 20 | 2.49 | - |
| YUV | 80.83 | 93.68 | 246.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 20 | 0 | 0.97 | 0.92 | 0.03 | 356.99 | 0.94 | 0.5 |
| Hex | F7 | 8 | 14 | 0 | 61 | 5C | 3 | 165 | 5E | 32 |
| Octal | 367 | 10 | 24 | 0 | 141 | 134 | 3 | 545 | 136 | 62 |
| Binary | 11110111 | 1000 | 10100 | 0 | 1100001 | 1011100 | 11 | 101100101 | 1011110 | 110010 |
Color Harmonies of #F70814
Complementary color
Monochromatic Colors of #F70814
Black with #F70814
Text Example
Text Example
White with #F70814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70814; }
p { color: rgb(247,8,20); }
H1.HeaderClassName
{
color: #F70814;
}
.AnyTagClassName
{
color: #F70814;
}
</style>
background-color css
<style>
a { background-color: #F70814; }
a { background-color: rgb(247,8,20); }
div.DivClassName
{
background-color: #F70814;
}
.BgClassName
{
background-color: #F70814;
}
</style>
border-color css
<style>
span { border-color: #F70814; }
span { border-color: rgb(247,8,20); }
td.TdClassName
{
border-color: #F70814;
}
.TagClassName
{
border-color: #F70814;
}
</style>