Shades of Torch Red #F60934
Tints of Torch Red #F60934
RGB
CMYK
RGB Variations
Color information
#F60934 (or 0xF60934) is known color: Torch Red. HEX triplet: F6, 09 and 34. RGB value is (246,9,52). Sum of RGB (Red+Green+Blue) = 246+9+52=307 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.13% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 246 - color contains mainly: red. Hex color #F60934 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60934 is #09F6CB. Grayscale: #545454. Windows color (decimal): -653004 or 3410422. OLE color: 3410422.
HSL color Cylindrical-coordinate representation of color #F60934: hue angle of 349.11º 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 #F60934 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 52 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.04 |
| HSL | 349.11º | 0.93% | 0.5% | - |
| HSV(B) | 349.11º | 0.96% | 0.96% | - |
| XYZ | 38.72 | 20.04 | 5.08 | - |
| YUV | 84.77 | 109.52 | 243 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 52 | 0 | 0.96 | 0.79 | 0.04 | 349.11 | 0.93 | 0.5 |
| Hex | F6 | 9 | 34 | 0 | 60 | 4F | 4 | 15D | 5D | 32 |
| Octal | 366 | 11 | 64 | 0 | 140 | 117 | 4 | 535 | 135 | 62 |
| Binary | 11110110 | 1001 | 110100 | 0 | 1100000 | 1001111 | 100 | 101011101 | 1011101 | 110010 |
Color Harmonies of #F60934
Complementary color
Monochromatic Colors of #F60934
Black with #F60934
Text Example
Text Example
White with #F60934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60934; }
p { color: rgb(246,9,52); }
H1.HeaderClassName
{
color: #F60934;
}
.AnyTagClassName
{
color: #F60934;
}
</style>
background-color css
<style>
a { background-color: #F60934; }
a { background-color: rgb(246,9,52); }
div.DivClassName
{
background-color: #F60934;
}
.BgClassName
{
background-color: #F60934;
}
</style>
border-color css
<style>
span { border-color: #F60934; }
span { border-color: rgb(246,9,52); }
td.TdClassName
{
border-color: #F60934;
}
.TagClassName
{
border-color: #F60934;
}
</style>