Shades of Torch Red #F20711
Tints of Torch Red #F20711
RGB
CMYK
RGB Variations
Color information
#F20711 (or 0xF20711) is known color: Torch Red. HEX triplet: F2, 07 and 11. RGB value is (242,7,17). Sum of RGB (Red+Green+Blue) = 242+7+17=266 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.98% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 242 - color contains mainly: red. Hex color #F20711 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20711 is #0DF8EE. Grayscale: #4E4E4E. Windows color (decimal): -915695 or 1116146. OLE color: 1116146.
HSL color Cylindrical-coordinate representation of color #F20711: hue angle of 357.45º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F20711 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 17 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.05 |
| HSL | 357.45º | 0.94% | 0.49% | - |
| HSV(B) | 357.45º | 0.97% | 0.95% | - |
| XYZ | 36.8 | 19.07 | 2.27 | - |
| YUV | 78.41 | 93.36 | 244.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 17 | 0 | 0.97 | 0.93 | 0.05 | 357.45 | 0.94 | 0.49 |
| Hex | F2 | 7 | 11 | 0 | 61 | 5D | 5 | 165 | 5E | 31 |
| Octal | 362 | 7 | 21 | 0 | 141 | 135 | 5 | 545 | 136 | 61 |
| Binary | 11110010 | 111 | 10001 | 0 | 1100001 | 1011101 | 101 | 101100101 | 1011110 | 110001 |
Color Harmonies of #F20711
Complementary color
Monochromatic Colors of #F20711
Black with #F20711
Text Example
Text Example
White with #F20711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20711; }
p { color: rgb(242,7,17); }
H1.HeaderClassName
{
color: #F20711;
}
.AnyTagClassName
{
color: #F20711;
}
</style>
background-color css
<style>
a { background-color: #F20711; }
a { background-color: rgb(242,7,17); }
div.DivClassName
{
background-color: #F20711;
}
.BgClassName
{
background-color: #F20711;
}
</style>
border-color css
<style>
span { border-color: #F20711; }
span { border-color: rgb(242,7,17); }
td.TdClassName
{
border-color: #F20711;
}
.TagClassName
{
border-color: #F20711;
}
</style>