Shades of Torch Red #F6171C
Tints of Torch Red #F6171C
RGB
CMYK
RGB Variations
Color information
#F6171C (or 0xF6171C) is known color: Torch Red. HEX triplet: F6, 17 and 1C. RGB value is (246,23,28). Sum of RGB (Red+Green+Blue) = 246+23+28=297 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.83% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 246 - color contains mainly: red. Hex color #F6171C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6171C is #09E8E3. Grayscale: #5A5A5A. Windows color (decimal): -649444 or 1841142. OLE color: 1841142.
HSL color Cylindrical-coordinate representation of color #F6171C: hue angle of 358.65º 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 #F6171C is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 28 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.04 |
| HSL | 358.65º | 0.93% | 0.53% | - |
| HSV(B) | 358.65º | 0.91% | 0.96% | - |
| XYZ | 38.52 | 20.29 | 2.98 | - |
| YUV | 90.25 | 92.88 | 239.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 28 | 0 | 0.91 | 0.89 | 0.04 | 358.65 | 0.93 | 0.53 |
| Hex | F6 | 17 | 1C | 0 | 5B | 59 | 4 | 167 | 5D | 35 |
| Octal | 366 | 27 | 34 | 0 | 133 | 131 | 4 | 547 | 135 | 65 |
| Binary | 11110110 | 10111 | 11100 | 0 | 1011011 | 1011001 | 100 | 101100111 | 1011101 | 110101 |
Color Harmonies of #F6171C
Complementary color
Monochromatic Colors of #F6171C
Black with #F6171C
Text Example
Text Example
White with #F6171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6171C; }
p { color: rgb(246,23,28); }
H1.HeaderClassName
{
color: #F6171C;
}
.AnyTagClassName
{
color: #F6171C;
}
</style>
background-color css
<style>
a { background-color: #F6171C; }
a { background-color: rgb(246,23,28); }
div.DivClassName
{
background-color: #F6171C;
}
.BgClassName
{
background-color: #F6171C;
}
</style>
border-color css
<style>
span { border-color: #F6171C; }
span { border-color: rgb(246,23,28); }
td.TdClassName
{
border-color: #F6171C;
}
.TagClassName
{
border-color: #F6171C;
}
</style>