Shades of Torch Red #F7103B
Tints of Torch Red #F7103B
RGB
CMYK
RGB Variations
Color information
#F7103B (or 0xF7103B) is known color: Torch Red. HEX triplet: F7, 10 and 3B. RGB value is (247,16,59). Sum of RGB (Red+Green+Blue) = 247+16+59=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F7103B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7103B is #08EFC4. Grayscale: #5A5A5A. Windows color (decimal): -585669 or 3870967. OLE color: 3870967.
HSL color Cylindrical-coordinate representation of color #F7103B: hue angle of 348.83º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7103B is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 59 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.03 |
| HSL | 348.83º | 0.94% | 0.52% | - |
| HSV(B) | 348.83º | 0.94% | 0.97% | - |
| XYZ | 39.33 | 20.46 | 6.01 | - |
| YUV | 89.97 | 110.53 | 240 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 59 | 0 | 0.94 | 0.76 | 0.03 | 348.83 | 0.94 | 0.52 |
| Hex | F7 | 10 | 3B | 0 | 5E | 4C | 3 | 15D | 5E | 34 |
| Octal | 367 | 20 | 73 | 0 | 136 | 114 | 3 | 535 | 136 | 64 |
| Binary | 11110111 | 10000 | 111011 | 0 | 1011110 | 1001100 | 11 | 101011101 | 1011110 | 110100 |
Color Harmonies of #F7103B
Complementary color
Monochromatic Colors of #F7103B
Black with #F7103B
Text Example
Text Example
White with #F7103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7103B; }
p { color: rgb(247,16,59); }
H1.HeaderClassName
{
color: #F7103B;
}
.AnyTagClassName
{
color: #F7103B;
}
</style>
background-color css
<style>
a { background-color: #F7103B; }
a { background-color: rgb(247,16,59); }
div.DivClassName
{
background-color: #F7103B;
}
.BgClassName
{
background-color: #F7103B;
}
</style>
border-color css
<style>
span { border-color: #F7103B; }
span { border-color: rgb(247,16,59); }
td.TdClassName
{
border-color: #F7103B;
}
.TagClassName
{
border-color: #F7103B;
}
</style>