Shades of Torch Red #F70843
Tints of Torch Red #F70843
RGB
CMYK
RGB Variations
Color information
#F70843 (or 0xF70843) is known color: Torch Red. HEX triplet: F7, 08 and 43. RGB value is (247,8,67). Sum of RGB (Red+Green+Blue) = 247+8+67=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F70843 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70843 is #08F7BC. Grayscale: #565656. Windows color (decimal): -587709 or 4393207. OLE color: 4393207.
HSL color Cylindrical-coordinate representation of color #F70843: hue angle of 345.19º 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 #F70843 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 67 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.03 |
| HSL | 345.19º | 0.94% | 0.5% | - |
| HSV(B) | 345.19º | 0.97% | 0.97% | - |
| XYZ | 39.46 | 20.35 | 7.16 | - |
| YUV | 86.19 | 117.18 | 242.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 67 | 0 | 0.97 | 0.73 | 0.03 | 345.19 | 0.94 | 0.5 |
| Hex | F7 | 8 | 43 | 0 | 61 | 49 | 3 | 159 | 5E | 32 |
| Octal | 367 | 10 | 103 | 0 | 141 | 111 | 3 | 531 | 136 | 62 |
| Binary | 11110111 | 1000 | 1000011 | 0 | 1100001 | 1001001 | 11 | 101011001 | 1011110 | 110010 |
Color Harmonies of #F70843
Complementary color
Monochromatic Colors of #F70843
Black with #F70843
Text Example
Text Example
White with #F70843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70843; }
p { color: rgb(247,8,67); }
H1.HeaderClassName
{
color: #F70843;
}
.AnyTagClassName
{
color: #F70843;
}
</style>
background-color css
<style>
a { background-color: #F70843; }
a { background-color: rgb(247,8,67); }
div.DivClassName
{
background-color: #F70843;
}
.BgClassName
{
background-color: #F70843;
}
</style>
border-color css
<style>
span { border-color: #F70843; }
span { border-color: rgb(247,8,67); }
td.TdClassName
{
border-color: #F70843;
}
.TagClassName
{
border-color: #F70843;
}
</style>