Shades of Torch Red #F6010F
Tints of Torch Red #F6010F
RGB
CMYK
RGB Variations
Color information
#F6010F (or 0xF6010F) is known color: Torch Red. HEX triplet: F6, 01 and 0F. RGB value is (246,1,15). Sum of RGB (Red+Green+Blue) = 246+1+15=262 (34% of max value = 765). Red value is 246 (96.48% from 255 or 93.89% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 246 - color contains mainly: red. Hex color #F6010F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6010F is #09FEF0. Grayscale: #4C4C4C. Windows color (decimal): -655089 or 983542. OLE color: 983542.
HSL color Cylindrical-coordinate representation of color #F6010F: hue angle of 356.57º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6010F is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 15 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.04 |
| HSL | 356.57º | 0.99% | 0.48% | - |
| HSV(B) | 356.57º | 1% | 0.96% | - |
| XYZ | 38.1 | 19.65 | 2.24 | - |
| YUV | 75.85 | 93.67 | 249.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 15 | 0 | 1.00 | 0.94 | 0.04 | 356.57 | 0.99 | 0.48 |
| Hex | F6 | 1 | F | 0 | 64 | 5E | 4 | 165 | 63 | 30 |
| Octal | 366 | 1 | 17 | 0 | 144 | 136 | 4 | 545 | 143 | 60 |
| Binary | 11110110 | 1 | 1111 | 0 | 1100100 | 1011110 | 100 | 101100101 | 1100011 | 110000 |
Color Harmonies of #F6010F
Complementary color
Monochromatic Colors of #F6010F
Black with #F6010F
Text Example
Text Example
White with #F6010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6010F; }
p { color: rgb(246,1,15); }
H1.HeaderClassName
{
color: #F6010F;
}
.AnyTagClassName
{
color: #F6010F;
}
</style>
background-color css
<style>
a { background-color: #F6010F; }
a { background-color: rgb(246,1,15); }
div.DivClassName
{
background-color: #F6010F;
}
.BgClassName
{
background-color: #F6010F;
}
</style>
border-color css
<style>
span { border-color: #F6010F; }
span { border-color: rgb(246,1,15); }
td.TdClassName
{
border-color: #F6010F;
}
.TagClassName
{
border-color: #F6010F;
}
</style>