Shades of Torch Red #F7203C
Tints of Torch Red #F7203C
RGB
CMYK
RGB Variations
Color information
#F7203C (or 0xF7203C) is known color: Torch Red. HEX triplet: F7, 20 and 3C. RGB value is (247,32,60). Sum of RGB (Red+Green+Blue) = 247+32+60=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F7203C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7203C is #08DFC3. Grayscale: #636363. Windows color (decimal): -581572 or 3940599. OLE color: 3940599.
HSL color Cylindrical-coordinate representation of color #F7203C: hue angle of 352.19º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7203C is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 32 | 60 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.03 |
| HSL | 352.19º | 0.93% | 0.55% | - |
| HSV(B) | 352.19º | 0.87% | 0.97% | - |
| XYZ | 39.69 | 21.13 | 6.26 | - |
| YUV | 99.48 | 105.73 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 32 | 60 | 0 | 0.87 | 0.76 | 0.03 | 352.19 | 0.93 | 0.55 |
| Hex | F7 | 20 | 3C | 0 | 57 | 4C | 3 | 160 | 5D | 37 |
| Octal | 367 | 40 | 74 | 0 | 127 | 114 | 3 | 540 | 135 | 67 |
| Binary | 11110111 | 100000 | 111100 | 0 | 1010111 | 1001100 | 11 | 101100000 | 1011101 | 110111 |
Color Harmonies of #F7203C
Complementary color
Monochromatic Colors of #F7203C
Black with #F7203C
Text Example
Text Example
White with #F7203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7203C; }
p { color: rgb(247,32,60); }
H1.HeaderClassName
{
color: #F7203C;
}
.AnyTagClassName
{
color: #F7203C;
}
</style>
background-color css
<style>
a { background-color: #F7203C; }
a { background-color: rgb(247,32,60); }
div.DivClassName
{
background-color: #F7203C;
}
.BgClassName
{
background-color: #F7203C;
}
</style>
border-color css
<style>
span { border-color: #F7203C; }
span { border-color: rgb(247,32,60); }
td.TdClassName
{
border-color: #F7203C;
}
.TagClassName
{
border-color: #F7203C;
}
</style>