Shades of Torch Red #F60938
Tints of Torch Red #F60938
RGB
CMYK
RGB Variations
Color information
#F60938 (or 0xF60938) is known color: Torch Red. HEX triplet: F6, 09 and 38. RGB value is (246,9,56). Sum of RGB (Red+Green+Blue) = 246+9+56=311 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.10% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 246 - color contains mainly: red. Hex color #F60938 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60938 is #09F6C7. Grayscale: #555555. Windows color (decimal): -653000 or 3672566. OLE color: 3672566.
HSL color Cylindrical-coordinate representation of color #F60938: hue angle of 348.1º 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 #F60938 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 56 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.04 |
| HSL | 348.1º | 0.93% | 0.5% | - |
| HSV(B) | 348.1º | 0.96% | 0.96% | - |
| XYZ | 38.82 | 20.07 | 5.57 | - |
| YUV | 85.22 | 111.52 | 242.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 56 | 0 | 0.96 | 0.77 | 0.04 | 348.1 | 0.93 | 0.5 |
| Hex | F6 | 9 | 38 | 0 | 60 | 4D | 4 | 15C | 5D | 32 |
| Octal | 366 | 11 | 70 | 0 | 140 | 115 | 4 | 534 | 135 | 62 |
| Binary | 11110110 | 1001 | 111000 | 0 | 1100000 | 1001101 | 100 | 101011100 | 1011101 | 110010 |
Color Harmonies of #F60938
Complementary color
Monochromatic Colors of #F60938
Black with #F60938
Text Example
Text Example
White with #F60938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60938; }
p { color: rgb(246,9,56); }
H1.HeaderClassName
{
color: #F60938;
}
.AnyTagClassName
{
color: #F60938;
}
</style>
background-color css
<style>
a { background-color: #F60938; }
a { background-color: rgb(246,9,56); }
div.DivClassName
{
background-color: #F60938;
}
.BgClassName
{
background-color: #F60938;
}
</style>
border-color css
<style>
span { border-color: #F60938; }
span { border-color: rgb(246,9,56); }
td.TdClassName
{
border-color: #F60938;
}
.TagClassName
{
border-color: #F60938;
}
</style>