Shades of Torch Red #F7102B
Tints of Torch Red #F7102B
RGB
CMYK
RGB Variations
Color information
#F7102B (or 0xF7102B) is known color: Torch Red. HEX triplet: F7, 10 and 2B. RGB value is (247,16,43). Sum of RGB (Red+Green+Blue) = 247+16+43=306 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.72% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 247 - color contains mainly: red. Hex color #F7102B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7102B is #08EFD4. Grayscale: #585858. Windows color (decimal): -585685 or 2822391. OLE color: 2822391.
HSL color Cylindrical-coordinate representation of color #F7102B: hue angle of 352.99º 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 #F7102B is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 43 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.03 |
| HSL | 352.99º | 0.94% | 0.52% | - |
| HSV(B) | 352.99º | 0.94% | 0.97% | - |
| XYZ | 38.98 | 20.32 | 4.15 | - |
| YUV | 88.15 | 102.53 | 241.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 43 | 0 | 0.94 | 0.83 | 0.03 | 352.99 | 0.94 | 0.52 |
| Hex | F7 | 10 | 2B | 0 | 5E | 53 | 3 | 161 | 5E | 34 |
| Octal | 367 | 20 | 53 | 0 | 136 | 123 | 3 | 541 | 136 | 64 |
| Binary | 11110111 | 10000 | 101011 | 0 | 1011110 | 1010011 | 11 | 101100001 | 1011110 | 110100 |
Color Harmonies of #F7102B
Complementary color
Monochromatic Colors of #F7102B
Black with #F7102B
Text Example
Text Example
White with #F7102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7102B; }
p { color: rgb(247,16,43); }
H1.HeaderClassName
{
color: #F7102B;
}
.AnyTagClassName
{
color: #F7102B;
}
</style>
background-color css
<style>
a { background-color: #F7102B; }
a { background-color: rgb(247,16,43); }
div.DivClassName
{
background-color: #F7102B;
}
.BgClassName
{
background-color: #F7102B;
}
</style>
border-color css
<style>
span { border-color: #F7102B; }
span { border-color: rgb(247,16,43); }
td.TdClassName
{
border-color: #F7102B;
}
.TagClassName
{
border-color: #F7102B;
}
</style>