Shades of Torch Red #F7053B
Tints of Torch Red #F7053B
RGB
CMYK
RGB Variations
Color information
#F7053B (or 0xF7053B) is known color: Torch Red. HEX triplet: F7, 05 and 3B. RGB value is (247,5,59). Sum of RGB (Red+Green+Blue) = 247+5+59=311 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.42% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 247 - color contains mainly: red. Hex color #F7053B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7053B is #08FAC4. Grayscale: #535353. Windows color (decimal): -588485 or 3868151. OLE color: 3868151.
HSL color Cylindrical-coordinate representation of color #F7053B: hue angle of 346.61º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7053B is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 59 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.03 |
| HSL | 346.61º | 0.96% | 0.49% | - |
| HSV(B) | 346.61º | 0.98% | 0.97% | - |
| XYZ | 39.2 | 20.2 | 5.97 | - |
| YUV | 83.51 | 114.17 | 244.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 59 | 0 | 0.98 | 0.76 | 0.03 | 346.61 | 0.96 | 0.49 |
| Hex | F7 | 5 | 3B | 0 | 62 | 4C | 3 | 15B | 60 | 31 |
| Octal | 367 | 5 | 73 | 0 | 142 | 114 | 3 | 533 | 140 | 61 |
| Binary | 11110111 | 101 | 111011 | 0 | 1100010 | 1001100 | 11 | 101011011 | 1100000 | 110001 |
Color Harmonies of #F7053B
Complementary color
Monochromatic Colors of #F7053B
Black with #F7053B
Text Example
Text Example
White with #F7053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7053B; }
p { color: rgb(247,5,59); }
H1.HeaderClassName
{
color: #F7053B;
}
.AnyTagClassName
{
color: #F7053B;
}
</style>
background-color css
<style>
a { background-color: #F7053B; }
a { background-color: rgb(247,5,59); }
div.DivClassName
{
background-color: #F7053B;
}
.BgClassName
{
background-color: #F7053B;
}
</style>
border-color css
<style>
span { border-color: #F7053B; }
span { border-color: rgb(247,5,59); }
td.TdClassName
{
border-color: #F7053B;
}
.TagClassName
{
border-color: #F7053B;
}
</style>