Shades of Torch Red #F70841
Tints of Torch Red #F70841
RGB
CMYK
RGB Variations
Color information
#F70841 (or 0xF70841) is known color: Torch Red. HEX triplet: F7, 08 and 41. RGB value is (247,8,65). Sum of RGB (Red+Green+Blue) = 247+8+65=320 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.19% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 247 - color contains mainly: red. Hex color #F70841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70841 is #08F7BE. Grayscale: #555555. Windows color (decimal): -587711 or 4262135. OLE color: 4262135.
HSL color Cylindrical-coordinate representation of color #F70841: hue angle of 345.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 #F70841 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 65 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.03 |
| HSL | 345.69º | 0.94% | 0.5% | - |
| HSV(B) | 345.69º | 0.97% | 0.97% | - |
| XYZ | 39.4 | 20.33 | 6.85 | - |
| YUV | 85.96 | 116.18 | 242.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 65 | 0 | 0.97 | 0.74 | 0.03 | 345.69 | 0.94 | 0.5 |
| Hex | F7 | 8 | 41 | 0 | 61 | 4A | 3 | 15A | 5E | 32 |
| Octal | 367 | 10 | 101 | 0 | 141 | 112 | 3 | 532 | 136 | 62 |
| Binary | 11110111 | 1000 | 1000001 | 0 | 1100001 | 1001010 | 11 | 101011010 | 1011110 | 110010 |
Color Harmonies of #F70841
Complementary color
Monochromatic Colors of #F70841
Black with #F70841
Text Example
Text Example
White with #F70841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70841; }
p { color: rgb(247,8,65); }
H1.HeaderClassName
{
color: #F70841;
}
.AnyTagClassName
{
color: #F70841;
}
</style>
background-color css
<style>
a { background-color: #F70841; }
a { background-color: rgb(247,8,65); }
div.DivClassName
{
background-color: #F70841;
}
.BgClassName
{
background-color: #F70841;
}
</style>
border-color css
<style>
span { border-color: #F70841; }
span { border-color: rgb(247,8,65); }
td.TdClassName
{
border-color: #F70841;
}
.TagClassName
{
border-color: #F70841;
}
</style>