Shades of Torch Red #F7032C
Tints of Torch Red #F7032C
RGB
CMYK
RGB Variations
Color information
#F7032C (or 0xF7032C) is known color: Torch Red. HEX triplet: F7, 03 and 2C. RGB value is (247,3,44). Sum of RGB (Red+Green+Blue) = 247+3+44=294 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.01% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 247 - color contains mainly: red. Hex color #F7032C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7032C is #08FCD3. Grayscale: #505050. Windows color (decimal): -589012 or 2884599. OLE color: 2884599.
HSL color Cylindrical-coordinate representation of color #F7032C: hue angle of 349.92º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7032C is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 44 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.03 |
| HSL | 349.92º | 0.98% | 0.49% | - |
| HSV(B) | 349.92º | 0.99% | 0.97% | - |
| XYZ | 38.84 | 20.02 | 4.2 | - |
| YUV | 80.63 | 107.34 | 246.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 44 | 0 | 0.99 | 0.82 | 0.03 | 349.92 | 0.98 | 0.49 |
| Hex | F7 | 3 | 2C | 0 | 63 | 52 | 3 | 15E | 62 | 31 |
| Octal | 367 | 3 | 54 | 0 | 143 | 122 | 3 | 536 | 142 | 61 |
| Binary | 11110111 | 11 | 101100 | 0 | 1100011 | 1010010 | 11 | 101011110 | 1100010 | 110001 |
Color Harmonies of #F7032C
Complementary color
Monochromatic Colors of #F7032C
Black with #F7032C
Text Example
Text Example
White with #F7032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7032C; }
p { color: rgb(247,3,44); }
H1.HeaderClassName
{
color: #F7032C;
}
.AnyTagClassName
{
color: #F7032C;
}
</style>
background-color css
<style>
a { background-color: #F7032C; }
a { background-color: rgb(247,3,44); }
div.DivClassName
{
background-color: #F7032C;
}
.BgClassName
{
background-color: #F7032C;
}
</style>
border-color css
<style>
span { border-color: #F7032C; }
span { border-color: rgb(247,3,44); }
td.TdClassName
{
border-color: #F7032C;
}
.TagClassName
{
border-color: #F7032C;
}
</style>