Shades of Torch Red #F6173C
Tints of Torch Red #F6173C
RGB
CMYK
RGB Variations
Color information
#F6173C (or 0xF6173C) is known color: Torch Red. HEX triplet: F6, 17 and 3C. RGB value is (246,23,60). Sum of RGB (Red+Green+Blue) = 246+23+60=329 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.77% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 246 - color contains mainly: red. Hex color #F6173C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6173C is #09E8C3. Grayscale: #5D5D5D. Windows color (decimal): -649412 or 3938294. OLE color: 3938294.
HSL color Cylindrical-coordinate representation of color #F6173C: hue angle of 350.04º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6173C is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 60 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.04 |
| HSL | 350.04º | 0.93% | 0.53% | - |
| HSV(B) | 350.04º | 0.91% | 0.96% | - |
| XYZ | 39.13 | 20.53 | 6.18 | - |
| YUV | 93.9 | 108.88 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 60 | 0 | 0.91 | 0.76 | 0.04 | 350.04 | 0.93 | 0.53 |
| Hex | F6 | 17 | 3C | 0 | 5B | 4C | 4 | 15E | 5D | 35 |
| Octal | 366 | 27 | 74 | 0 | 133 | 114 | 4 | 536 | 135 | 65 |
| Binary | 11110110 | 10111 | 111100 | 0 | 1011011 | 1001100 | 100 | 101011110 | 1011101 | 110101 |
Color Harmonies of #F6173C
Complementary color
Monochromatic Colors of #F6173C
Black with #F6173C
Text Example
Text Example
White with #F6173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6173C; }
p { color: rgb(246,23,60); }
H1.HeaderClassName
{
color: #F6173C;
}
.AnyTagClassName
{
color: #F6173C;
}
</style>
background-color css
<style>
a { background-color: #F6173C; }
a { background-color: rgb(246,23,60); }
div.DivClassName
{
background-color: #F6173C;
}
.BgClassName
{
background-color: #F6173C;
}
</style>
border-color css
<style>
span { border-color: #F6173C; }
span { border-color: rgb(246,23,60); }
td.TdClassName
{
border-color: #F6173C;
}
.TagClassName
{
border-color: #F6173C;
}
</style>