Shades of Torch Red #F60311
Tints of Torch Red #F60311
RGB
CMYK
RGB Variations
Color information
#F60311 (or 0xF60311) is known color: Torch Red. HEX triplet: F6, 03 and 11. RGB value is (246,3,17). Sum of RGB (Red+Green+Blue) = 246+3+17=266 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.48% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 246 - color contains mainly: red. Hex color #F60311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60311 is #09FCEE. Grayscale: #4D4D4D. Windows color (decimal): -654575 or 1115126. OLE color: 1115126.
HSL color Cylindrical-coordinate representation of color #F60311: hue angle of 356.54º 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 #F60311 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 17 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.04 |
| HSL | 356.54º | 0.98% | 0.49% | - |
| HSV(B) | 356.54º | 0.99% | 0.96% | - |
| XYZ | 38.14 | 19.7 | 2.32 | - |
| YUV | 77.25 | 94.01 | 248.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 17 | 0 | 0.99 | 0.93 | 0.04 | 356.54 | 0.98 | 0.49 |
| Hex | F6 | 3 | 11 | 0 | 63 | 5D | 4 | 165 | 62 | 31 |
| Octal | 366 | 3 | 21 | 0 | 143 | 135 | 4 | 545 | 142 | 61 |
| Binary | 11110110 | 11 | 10001 | 0 | 1100011 | 1011101 | 100 | 101100101 | 1100010 | 110001 |
Color Harmonies of #F60311
Complementary color
Monochromatic Colors of #F60311
Black with #F60311
Text Example
Text Example
White with #F60311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60311; }
p { color: rgb(246,3,17); }
H1.HeaderClassName
{
color: #F60311;
}
.AnyTagClassName
{
color: #F60311;
}
</style>
background-color css
<style>
a { background-color: #F60311; }
a { background-color: rgb(246,3,17); }
div.DivClassName
{
background-color: #F60311;
}
.BgClassName
{
background-color: #F60311;
}
</style>
border-color css
<style>
span { border-color: #F60311; }
span { border-color: rgb(246,3,17); }
td.TdClassName
{
border-color: #F60311;
}
.TagClassName
{
border-color: #F60311;
}
</style>