Shades of Torch Red #F60910
Tints of Torch Red #F60910
RGB
CMYK
RGB Variations
Color information
#F60910 (or 0xF60910) is known color: Torch Red. HEX triplet: F6, 09 and 10. RGB value is (246,9,16). Sum of RGB (Red+Green+Blue) = 246+9+16=271 (35% of max value = 765). Red value is 246 (96.48% from 255 or 90.77% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 246 - color contains mainly: red. Hex color #F60910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60910 is #09F6EF. Grayscale: #505050. Windows color (decimal): -653040 or 1051126. OLE color: 1051126.
HSL color Cylindrical-coordinate representation of color #F60910: hue angle of 358.23º 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 #F60910 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 16 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.04 |
| HSL | 358.23º | 0.93% | 0.5% | - |
| HSV(B) | 358.23º | 0.96% | 0.96% | - |
| XYZ | 38.2 | 19.83 | 2.3 | - |
| YUV | 80.66 | 91.52 | 245.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 16 | 0 | 0.96 | 0.93 | 0.04 | 358.23 | 0.93 | 0.5 |
| Hex | F6 | 9 | 10 | 0 | 60 | 5D | 4 | 166 | 5D | 32 |
| Octal | 366 | 11 | 20 | 0 | 140 | 135 | 4 | 546 | 135 | 62 |
| Binary | 11110110 | 1001 | 10000 | 0 | 1100000 | 1011101 | 100 | 101100110 | 1011101 | 110010 |
Color Harmonies of #F60910
Complementary color
Monochromatic Colors of #F60910
Black with #F60910
Text Example
Text Example
White with #F60910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60910; }
p { color: rgb(246,9,16); }
H1.HeaderClassName
{
color: #F60910;
}
.AnyTagClassName
{
color: #F60910;
}
</style>
background-color css
<style>
a { background-color: #F60910; }
a { background-color: rgb(246,9,16); }
div.DivClassName
{
background-color: #F60910;
}
.BgClassName
{
background-color: #F60910;
}
</style>
border-color css
<style>
span { border-color: #F60910; }
span { border-color: rgb(246,9,16); }
td.TdClassName
{
border-color: #F60910;
}
.TagClassName
{
border-color: #F60910;
}
</style>