Shades of Torch Red #F70845
Tints of Torch Red #F70845
RGB
CMYK
RGB Variations
Color information
#F70845 (or 0xF70845) is known color: Torch Red. HEX triplet: F7, 08 and 45. RGB value is (247,8,69). Sum of RGB (Red+Green+Blue) = 247+8+69=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F70845 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70845 is #08F7BA. Grayscale: #565656. Windows color (decimal): -587707 or 4524279. OLE color: 4524279.
HSL color Cylindrical-coordinate representation of color #F70845: hue angle of 344.69º 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 #F70845 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 69 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.03 |
| HSL | 344.69º | 0.94% | 0.5% | - |
| HSV(B) | 344.69º | 0.97% | 0.97% | - |
| XYZ | 39.52 | 20.38 | 7.48 | - |
| YUV | 86.42 | 118.18 | 242.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 69 | 0 | 0.97 | 0.72 | 0.03 | 344.69 | 0.94 | 0.5 |
| Hex | F7 | 8 | 45 | 0 | 61 | 48 | 3 | 159 | 5E | 32 |
| Octal | 367 | 10 | 105 | 0 | 141 | 110 | 3 | 531 | 136 | 62 |
| Binary | 11110111 | 1000 | 1000101 | 0 | 1100001 | 1001000 | 11 | 101011001 | 1011110 | 110010 |
Color Harmonies of #F70845
Complementary color
Monochromatic Colors of #F70845
Black with #F70845
Text Example
Text Example
White with #F70845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70845; }
p { color: rgb(247,8,69); }
H1.HeaderClassName
{
color: #F70845;
}
.AnyTagClassName
{
color: #F70845;
}
</style>
background-color css
<style>
a { background-color: #F70845; }
a { background-color: rgb(247,8,69); }
div.DivClassName
{
background-color: #F70845;
}
.BgClassName
{
background-color: #F70845;
}
</style>
border-color css
<style>
span { border-color: #F70845; }
span { border-color: rgb(247,8,69); }
td.TdClassName
{
border-color: #F70845;
}
.TagClassName
{
border-color: #F70845;
}
</style>