Shades of Torch Red #F70032
Tints of Torch Red #F70032
RGB
CMYK
RGB Variations
Color information
#F70032 (or 0xF70032) is known color: Torch Red. HEX triplet: F7, 00 and 32. RGB value is (247,0,50). Sum of RGB (Red+Green+Blue) = 247+0+50=297 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.16% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 247 - color contains mainly: red. Hex color #F70032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70032 is #08FFCD. Grayscale: #4F4F4F. Windows color (decimal): -589774 or 3277047. OLE color: 3277047.
HSL color Cylindrical-coordinate representation of color #F70032: hue angle of 347.85º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70032 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.80 | 0.03 |
| HSL | 347.85º | 1% | 0.48% | - |
| HSV(B) | 347.85º | 1% | 0.97% | - |
| XYZ | 38.93 | 20 | 4.83 | - |
| YUV | 79.55 | 111.33 | 247.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 50 | 0 | 1 | 0.80 | 0.03 | 347.85 | 1 | 0.48 |
| Hex | F7 | 0 | 32 | 0 | 64 | 50 | 3 | 15C | 64 | 30 |
| Octal | 367 | 0 | 62 | 0 | 144 | 120 | 3 | 534 | 144 | 60 |
| Binary | 11110111 | 0 | 110010 | 0 | 1100100 | 1010000 | 11 | 101011100 | 1100100 | 110000 |
Color Harmonies of #F70032
Complementary color
Monochromatic Colors of #F70032
Black with #F70032
Text Example
Text Example
White with #F70032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70032; }
p { color: rgb(247,0,50); }
H1.HeaderClassName
{
color: #F70032;
}
.AnyTagClassName
{
color: #F70032;
}
</style>
background-color css
<style>
a { background-color: #F70032; }
a { background-color: rgb(247,0,50); }
div.DivClassName
{
background-color: #F70032;
}
.BgClassName
{
background-color: #F70032;
}
</style>
border-color css
<style>
span { border-color: #F70032; }
span { border-color: rgb(247,0,50); }
td.TdClassName
{
border-color: #F70032;
}
.TagClassName
{
border-color: #F70032;
}
</style>