Shades of Torch Red #F70831
Tints of Torch Red #F70831
RGB
CMYK
RGB Variations
Color information
#F70831 (or 0xF70831) is known color: Torch Red. HEX triplet: F7, 08 and 31. RGB value is (247,8,49). Sum of RGB (Red+Green+Blue) = 247+8+49=304 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.25% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 247 - color contains mainly: red. Hex color #F70831 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70831 is #08F7CE. Grayscale: #545454. Windows color (decimal): -587727 or 3213559. OLE color: 3213559.
HSL color Cylindrical-coordinate representation of color #F70831: hue angle of 349.71º 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 #F70831 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 49 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.03 |
| HSL | 349.71º | 0.94% | 0.5% | - |
| HSV(B) | 349.71º | 0.97% | 0.97% | - |
| XYZ | 39 | 20.17 | 4.74 | - |
| YUV | 84.14 | 108.18 | 244.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 49 | 0 | 0.97 | 0.80 | 0.03 | 349.71 | 0.94 | 0.5 |
| Hex | F7 | 8 | 31 | 0 | 61 | 50 | 3 | 15E | 5E | 32 |
| Octal | 367 | 10 | 61 | 0 | 141 | 120 | 3 | 536 | 136 | 62 |
| Binary | 11110111 | 1000 | 110001 | 0 | 1100001 | 1010000 | 11 | 101011110 | 1011110 | 110010 |
Color Harmonies of #F70831
Complementary color
Monochromatic Colors of #F70831
Black with #F70831
Text Example
Text Example
White with #F70831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70831; }
p { color: rgb(247,8,49); }
H1.HeaderClassName
{
color: #F70831;
}
.AnyTagClassName
{
color: #F70831;
}
</style>
background-color css
<style>
a { background-color: #F70831; }
a { background-color: rgb(247,8,49); }
div.DivClassName
{
background-color: #F70831;
}
.BgClassName
{
background-color: #F70831;
}
</style>
border-color css
<style>
span { border-color: #F70831; }
span { border-color: rgb(247,8,49); }
td.TdClassName
{
border-color: #F70831;
}
.TagClassName
{
border-color: #F70831;
}
</style>