Shades of Torch Red #F60515
Tints of Torch Red #F60515
RGB
CMYK
RGB Variations
Color information
#F60515 (or 0xF60515) is known color: Torch Red. HEX triplet: F6, 05 and 15. RGB value is (246,5,21). Sum of RGB (Red+Green+Blue) = 246+5+21=272 (36% of max value = 765). Red value is 246 (96.48% from 255 or 90.44% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 246 - color contains mainly: red. Hex color #F60515 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60515 is #09FAEA. Grayscale: #4F4F4F. Windows color (decimal): -654059 or 1377782. OLE color: 1377782.
HSL color Cylindrical-coordinate representation of color #F60515: hue angle of 356.02º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60515 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 21 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.04 |
| HSL | 356.02º | 0.96% | 0.49% | - |
| HSV(B) | 356.02º | 0.98% | 0.96% | - |
| XYZ | 38.2 | 19.76 | 2.51 | - |
| YUV | 78.88 | 95.34 | 247.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 21 | 0 | 0.98 | 0.91 | 0.04 | 356.02 | 0.96 | 0.49 |
| Hex | F6 | 5 | 15 | 0 | 62 | 5B | 4 | 164 | 60 | 31 |
| Octal | 366 | 5 | 25 | 0 | 142 | 133 | 4 | 544 | 140 | 61 |
| Binary | 11110110 | 101 | 10101 | 0 | 1100010 | 1011011 | 100 | 101100100 | 1100000 | 110001 |
Color Harmonies of #F60515
Complementary color
Monochromatic Colors of #F60515
Black with #F60515
Text Example
Text Example
White with #F60515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60515; }
p { color: rgb(246,5,21); }
H1.HeaderClassName
{
color: #F60515;
}
.AnyTagClassName
{
color: #F60515;
}
</style>
background-color css
<style>
a { background-color: #F60515; }
a { background-color: rgb(246,5,21); }
div.DivClassName
{
background-color: #F60515;
}
.BgClassName
{
background-color: #F60515;
}
</style>
border-color css
<style>
span { border-color: #F60515; }
span { border-color: rgb(246,5,21); }
td.TdClassName
{
border-color: #F60515;
}
.TagClassName
{
border-color: #F60515;
}
</style>