Shades of Torch Red #F70035
Tints of Torch Red #F70035
RGB
CMYK
RGB Variations
Color information
#F70035 (or 0xF70035) is known color: Torch Red. HEX triplet: F7, 00 and 35. RGB value is (247,0,53). Sum of RGB (Red+Green+Blue) = 247+0+53=300 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 247 - color contains mainly: red. Hex color #F70035 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70035 is #08FFCA. Grayscale: #4F4F4F. Windows color (decimal): -589771 or 3473655. OLE color: 3473655.
HSL color Cylindrical-coordinate representation of color #F70035: hue angle of 347.13º 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 #F70035 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.79 | 0.03 |
| HSL | 347.13º | 1% | 0.48% | - |
| HSV(B) | 347.13º | 1% | 0.97% | - |
| XYZ | 39 | 20.03 | 5.18 | - |
| YUV | 79.9 | 112.83 | 247.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 53 | 0 | 1 | 0.79 | 0.03 | 347.13 | 1 | 0.48 |
| Hex | F7 | 0 | 35 | 0 | 64 | 4F | 3 | 15B | 64 | 30 |
| Octal | 367 | 0 | 65 | 0 | 144 | 117 | 3 | 533 | 144 | 60 |
| Binary | 11110111 | 0 | 110101 | 0 | 1100100 | 1001111 | 11 | 101011011 | 1100100 | 110000 |
Color Harmonies of #F70035
Complementary color
Monochromatic Colors of #F70035
Black with #F70035
Text Example
Text Example
White with #F70035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70035; }
p { color: rgb(247,0,53); }
H1.HeaderClassName
{
color: #F70035;
}
.AnyTagClassName
{
color: #F70035;
}
</style>
background-color css
<style>
a { background-color: #F70035; }
a { background-color: rgb(247,0,53); }
div.DivClassName
{
background-color: #F70035;
}
.BgClassName
{
background-color: #F70035;
}
</style>
border-color css
<style>
span { border-color: #F70035; }
span { border-color: rgb(247,0,53); }
td.TdClassName
{
border-color: #F70035;
}
.TagClassName
{
border-color: #F70035;
}
</style>