Shades of Torch Red #F70631
Tints of Torch Red #F70631
RGB
CMYK
RGB Variations
Color information
#F70631 (or 0xF70631) is known color: Torch Red. HEX triplet: F7, 06 and 31. RGB value is (247,6,49). Sum of RGB (Red+Green+Blue) = 247+6+49=302 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.79% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 247 - color contains mainly: red. Hex color #F70631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70631 is #08F9CE. Grayscale: #535353. Windows color (decimal): -588239 or 3213047. OLE color: 3213047.
HSL color Cylindrical-coordinate representation of color #F70631: hue angle of 349.29º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70631 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 49 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.03 |
| HSL | 349.29º | 0.95% | 0.5% | - |
| HSV(B) | 349.29º | 0.98% | 0.97% | - |
| XYZ | 38.98 | 20.13 | 4.74 | - |
| YUV | 82.96 | 108.84 | 245 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 49 | 0 | 0.98 | 0.80 | 0.03 | 349.29 | 0.95 | 0.5 |
| Hex | F7 | 6 | 31 | 0 | 62 | 50 | 3 | 15D | 5F | 32 |
| Octal | 367 | 6 | 61 | 0 | 142 | 120 | 3 | 535 | 137 | 62 |
| Binary | 11110111 | 110 | 110001 | 0 | 1100010 | 1010000 | 11 | 101011101 | 1011111 | 110010 |
Color Harmonies of #F70631
Complementary color
Monochromatic Colors of #F70631
Black with #F70631
Text Example
Text Example
White with #F70631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70631; }
p { color: rgb(247,6,49); }
H1.HeaderClassName
{
color: #F70631;
}
.AnyTagClassName
{
color: #F70631;
}
</style>
background-color css
<style>
a { background-color: #F70631; }
a { background-color: rgb(247,6,49); }
div.DivClassName
{
background-color: #F70631;
}
.BgClassName
{
background-color: #F70631;
}
</style>
border-color css
<style>
span { border-color: #F70631; }
span { border-color: rgb(247,6,49); }
td.TdClassName
{
border-color: #F70631;
}
.TagClassName
{
border-color: #F70631;
}
</style>