Shades of Torch Red #F60915
Tints of Torch Red #F60915
RGB
CMYK
RGB Variations
Color information
#F60915 (or 0xF60915) is known color: Torch Red. HEX triplet: F6, 09 and 15. RGB value is (246,9,21). Sum of RGB (Red+Green+Blue) = 246+9+21=276 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.13% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 246 - color contains mainly: red. Hex color #F60915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60915 is #09F6EA. Grayscale: #515151. Windows color (decimal): -653035 or 1378806. OLE color: 1378806.
HSL color Cylindrical-coordinate representation of color #F60915: hue angle of 356.96º 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 #F60915 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 21 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.04 |
| HSL | 356.96º | 0.93% | 0.5% | - |
| HSV(B) | 356.96º | 0.96% | 0.96% | - |
| XYZ | 38.24 | 19.84 | 2.52 | - |
| YUV | 81.23 | 94.02 | 245.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 21 | 0 | 0.96 | 0.91 | 0.04 | 356.96 | 0.93 | 0.5 |
| Hex | F6 | 9 | 15 | 0 | 60 | 5B | 4 | 165 | 5D | 32 |
| Octal | 366 | 11 | 25 | 0 | 140 | 133 | 4 | 545 | 135 | 62 |
| Binary | 11110110 | 1001 | 10101 | 0 | 1100000 | 1011011 | 100 | 101100101 | 1011101 | 110010 |
Color Harmonies of #F60915
Complementary color
Monochromatic Colors of #F60915
Black with #F60915
Text Example
Text Example
White with #F60915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60915; }
p { color: rgb(246,9,21); }
H1.HeaderClassName
{
color: #F60915;
}
.AnyTagClassName
{
color: #F60915;
}
</style>
background-color css
<style>
a { background-color: #F60915; }
a { background-color: rgb(246,9,21); }
div.DivClassName
{
background-color: #F60915;
}
.BgClassName
{
background-color: #F60915;
}
</style>
border-color css
<style>
span { border-color: #F60915; }
span { border-color: rgb(246,9,21); }
td.TdClassName
{
border-color: #F60915;
}
.TagClassName
{
border-color: #F60915;
}
</style>