Shades of Torch Red #F6101C
Tints of Torch Red #F6101C
RGB
CMYK
RGB Variations
Color information
#F6101C (or 0xF6101C) is known color: Torch Red. HEX triplet: F6, 10 and 1C. RGB value is (246,16,28). Sum of RGB (Red+Green+Blue) = 246+16+28=290 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.83% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 246 - color contains mainly: red. Hex color #F6101C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6101C is #09EFE3. Grayscale: #565656. Windows color (decimal): -651236 or 1839350. OLE color: 1839350.
HSL color Cylindrical-coordinate representation of color #F6101C: hue angle of 356.87º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6101C is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 28 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.04 |
| HSL | 356.87º | 0.93% | 0.51% | - |
| HSV(B) | 356.87º | 0.93% | 0.96% | - |
| XYZ | 38.4 | 20.05 | 2.94 | - |
| YUV | 86.14 | 95.2 | 242.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 28 | 0 | 0.93 | 0.89 | 0.04 | 356.87 | 0.93 | 0.51 |
| Hex | F6 | 10 | 1C | 0 | 5D | 59 | 4 | 165 | 5D | 33 |
| Octal | 366 | 20 | 34 | 0 | 135 | 131 | 4 | 545 | 135 | 63 |
| Binary | 11110110 | 10000 | 11100 | 0 | 1011101 | 1011001 | 100 | 101100101 | 1011101 | 110011 |
Color Harmonies of #F6101C
Complementary color
Monochromatic Colors of #F6101C
Black with #F6101C
Text Example
Text Example
White with #F6101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6101C; }
p { color: rgb(246,16,28); }
H1.HeaderClassName
{
color: #F6101C;
}
.AnyTagClassName
{
color: #F6101C;
}
</style>
background-color css
<style>
a { background-color: #F6101C; }
a { background-color: rgb(246,16,28); }
div.DivClassName
{
background-color: #F6101C;
}
.BgClassName
{
background-color: #F6101C;
}
</style>
border-color css
<style>
span { border-color: #F6101C; }
span { border-color: rgb(246,16,28); }
td.TdClassName
{
border-color: #F6101C;
}
.TagClassName
{
border-color: #F6101C;
}
</style>