Shades of Torch Red #F70A0F
Tints of Torch Red #F70A0F
RGB
CMYK
RGB Variations
Color information
#F70A0F (or 0xF70A0F) is known color: Torch Red. HEX triplet: F7, 0A and 0F. RGB value is (247,10,15). Sum of RGB (Red+Green+Blue) = 247+10+15=272 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.81% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70A0F is #08F5F0. Grayscale: #515151. Windows color (decimal): -587249 or 985847. OLE color: 985847.
HSL color Cylindrical-coordinate representation of color #F70A0F: hue angle of 358.73º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70A0F is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 15 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.03 |
| HSL | 358.73º | 0.94% | 0.5% | - |
| HSV(B) | 358.73º | 0.96% | 0.97% | - |
| XYZ | 38.55 | 20.03 | 2.29 | - |
| YUV | 81.43 | 90.52 | 246.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 15 | 0 | 0.96 | 0.94 | 0.03 | 358.73 | 0.94 | 0.5 |
| Hex | F7 | A | F | 0 | 60 | 5E | 3 | 167 | 5E | 32 |
| Octal | 367 | 12 | 17 | 0 | 140 | 136 | 3 | 547 | 136 | 62 |
| Binary | 11110111 | 1010 | 1111 | 0 | 1100000 | 1011110 | 11 | 101100111 | 1011110 | 110010 |
Color Harmonies of #F70A0F
Complementary color
Monochromatic Colors of #F70A0F
Black with #F70A0F
Text Example
Text Example
White with #F70A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70A0F; }
p { color: rgb(247,10,15); }
H1.HeaderClassName
{
color: #F70A0F;
}
.AnyTagClassName
{
color: #F70A0F;
}
</style>
background-color css
<style>
a { background-color: #F70A0F; }
a { background-color: rgb(247,10,15); }
div.DivClassName
{
background-color: #F70A0F;
}
.BgClassName
{
background-color: #F70A0F;
}
</style>
border-color css
<style>
span { border-color: #F70A0F; }
span { border-color: rgb(247,10,15); }
td.TdClassName
{
border-color: #F70A0F;
}
.TagClassName
{
border-color: #F70A0F;
}
</style>