Shades of Torch Red #F60B3E
Tints of Torch Red #F60B3E
RGB
CMYK
RGB Variations
Color information
#F60B3E (or 0xF60B3E) is known color: Torch Red. HEX triplet: F6, 0B and 3E. RGB value is (246,11,62). Sum of RGB (Red+Green+Blue) = 246+11+62=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60B3E is #09F4C1. Grayscale: #575757. Windows color (decimal): -652482 or 4066294. OLE color: 4066294.
HSL color Cylindrical-coordinate representation of color #F60B3E: hue angle of 346.98º 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 #F60B3E is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 62 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.04 |
| HSL | 346.98º | 0.93% | 0.5% | - |
| HSV(B) | 346.98º | 0.96% | 0.96% | - |
| XYZ | 39 | 20.18 | 6.4 | - |
| YUV | 87.08 | 113.86 | 241.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 62 | 0 | 0.96 | 0.75 | 0.04 | 346.98 | 0.93 | 0.5 |
| Hex | F6 | B | 3E | 0 | 60 | 4B | 4 | 15B | 5D | 32 |
| Octal | 366 | 13 | 76 | 0 | 140 | 113 | 4 | 533 | 135 | 62 |
| Binary | 11110110 | 1011 | 111110 | 0 | 1100000 | 1001011 | 100 | 101011011 | 1011101 | 110010 |
Color Harmonies of #F60B3E
Complementary color
Monochromatic Colors of #F60B3E
Black with #F60B3E
Text Example
Text Example
White with #F60B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60B3E; }
p { color: rgb(246,11,62); }
H1.HeaderClassName
{
color: #F60B3E;
}
.AnyTagClassName
{
color: #F60B3E;
}
</style>
background-color css
<style>
a { background-color: #F60B3E; }
a { background-color: rgb(246,11,62); }
div.DivClassName
{
background-color: #F60B3E;
}
.BgClassName
{
background-color: #F60B3E;
}
</style>
border-color css
<style>
span { border-color: #F60B3E; }
span { border-color: rgb(246,11,62); }
td.TdClassName
{
border-color: #F60B3E;
}
.TagClassName
{
border-color: #F60B3E;
}
</style>