Shades of Torch Red #F7053C
Tints of Torch Red #F7053C
RGB
CMYK
RGB Variations
Color information
#F7053C (or 0xF7053C) is known color: Torch Red. HEX triplet: F7, 05 and 3C. RGB value is (247,5,60). Sum of RGB (Red+Green+Blue) = 247+5+60=312 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.17% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 247 - color contains mainly: red. Hex color #F7053C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7053C is #08FAC3. Grayscale: #535353. Windows color (decimal): -588484 or 3933687. OLE color: 3933687.
HSL color Cylindrical-coordinate representation of color #F7053C: hue angle of 346.36º 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 #F7053C is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.03 |
| HSL | 346.36º | 0.96% | 0.49% | - |
| HSV(B) | 346.36º | 0.98% | 0.97% | - |
| XYZ | 39.23 | 20.21 | 6.11 | - |
| YUV | 83.63 | 114.67 | 244.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 60 | 0 | 0.98 | 0.76 | 0.03 | 346.36 | 0.96 | 0.49 |
| Hex | F7 | 5 | 3C | 0 | 62 | 4C | 3 | 15A | 60 | 31 |
| Octal | 367 | 5 | 74 | 0 | 142 | 114 | 3 | 532 | 140 | 61 |
| Binary | 11110111 | 101 | 111100 | 0 | 1100010 | 1001100 | 11 | 101011010 | 1100000 | 110001 |
Color Harmonies of #F7053C
Complementary color
Monochromatic Colors of #F7053C
Black with #F7053C
Text Example
Text Example
White with #F7053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7053C; }
p { color: rgb(247,5,60); }
H1.HeaderClassName
{
color: #F7053C;
}
.AnyTagClassName
{
color: #F7053C;
}
</style>
background-color css
<style>
a { background-color: #F7053C; }
a { background-color: rgb(247,5,60); }
div.DivClassName
{
background-color: #F7053C;
}
.BgClassName
{
background-color: #F7053C;
}
</style>
border-color css
<style>
span { border-color: #F7053C; }
span { border-color: rgb(247,5,60); }
td.TdClassName
{
border-color: #F7053C;
}
.TagClassName
{
border-color: #F7053C;
}
</style>