Shades of Torch Red #F6091C
Tints of Torch Red #F6091C
RGB
CMYK
RGB Variations
Color information
#F6091C (or 0xF6091C) is known color: Torch Red. HEX triplet: F6, 09 and 1C. RGB value is (246,9,28). Sum of RGB (Red+Green+Blue) = 246+9+28=283 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.93% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 246 - color contains mainly: red. Hex color #F6091C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6091C is #09F6E3. Grayscale: #525252. Windows color (decimal): -653028 or 1837558. OLE color: 1837558.
HSL color Cylindrical-coordinate representation of color #F6091C: hue angle of 355.19º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6091C is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 28 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.04 |
| HSL | 355.19º | 0.93% | 0.5% | - |
| HSV(B) | 355.19º | 0.96% | 0.96% | - |
| XYZ | 38.31 | 19.87 | 2.91 | - |
| YUV | 82.03 | 97.52 | 244.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 28 | 0 | 0.96 | 0.89 | 0.04 | 355.19 | 0.93 | 0.5 |
| Hex | F6 | 9 | 1C | 0 | 60 | 59 | 4 | 163 | 5D | 32 |
| Octal | 366 | 11 | 34 | 0 | 140 | 131 | 4 | 543 | 135 | 62 |
| Binary | 11110110 | 1001 | 11100 | 0 | 1100000 | 1011001 | 100 | 101100011 | 1011101 | 110010 |
Color Harmonies of #F6091C
Complementary color
Monochromatic Colors of #F6091C
Black with #F6091C
Text Example
Text Example
White with #F6091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6091C; }
p { color: rgb(246,9,28); }
H1.HeaderClassName
{
color: #F6091C;
}
.AnyTagClassName
{
color: #F6091C;
}
</style>
background-color css
<style>
a { background-color: #F6091C; }
a { background-color: rgb(246,9,28); }
div.DivClassName
{
background-color: #F6091C;
}
.BgClassName
{
background-color: #F6091C;
}
</style>
border-color css
<style>
span { border-color: #F6091C; }
span { border-color: rgb(246,9,28); }
td.TdClassName
{
border-color: #F6091C;
}
.TagClassName
{
border-color: #F6091C;
}
</style>