Shades of Torch Red #F6020F
Tints of Torch Red #F6020F
RGB
CMYK
RGB Variations
Color information
#F6020F (or 0xF6020F) is known color: Torch Red. HEX triplet: F6, 02 and 0F. RGB value is (246,2,15). Sum of RGB (Red+Green+Blue) = 246+2+15=263 (34% of max value = 765). Red value is 246 (96.48% from 255 or 93.54% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 246 - color contains mainly: red. Hex color #F6020F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6020F is #09FDF0. Grayscale: #4C4C4C. Windows color (decimal): -654833 or 983798. OLE color: 983798.
HSL color Cylindrical-coordinate representation of color #F6020F: hue angle of 356.8º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F6020F is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.04 |
| HSL | 356.8º | 0.98% | 0.49% | - |
| HSV(B) | 356.8º | 0.99% | 0.96% | - |
| XYZ | 38.11 | 19.67 | 2.24 | - |
| YUV | 76.44 | 93.34 | 248.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 15 | 0 | 0.99 | 0.94 | 0.04 | 356.8 | 0.98 | 0.49 |
| Hex | F6 | 2 | F | 0 | 63 | 5E | 4 | 165 | 62 | 31 |
| Octal | 366 | 2 | 17 | 0 | 143 | 136 | 4 | 545 | 142 | 61 |
| Binary | 11110110 | 10 | 1111 | 0 | 1100011 | 1011110 | 100 | 101100101 | 1100010 | 110001 |
Color Harmonies of #F6020F
Complementary color
Monochromatic Colors of #F6020F
Black with #F6020F
Text Example
Text Example
White with #F6020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6020F; }
p { color: rgb(246,2,15); }
H1.HeaderClassName
{
color: #F6020F;
}
.AnyTagClassName
{
color: #F6020F;
}
</style>
background-color css
<style>
a { background-color: #F6020F; }
a { background-color: rgb(246,2,15); }
div.DivClassName
{
background-color: #F6020F;
}
.BgClassName
{
background-color: #F6020F;
}
</style>
border-color css
<style>
span { border-color: #F6020F; }
span { border-color: rgb(246,2,15); }
td.TdClassName
{
border-color: #F6020F;
}
.TagClassName
{
border-color: #F6020F;
}
</style>