Shades of Torch Red #F60409
Tints of Torch Red #F60409
RGB
CMYK
RGB Variations
Color information
#F60409 (or 0xF60409) is known color: Torch Red. HEX triplet: F6, 04 and 09. RGB value is (246,4,9). Sum of RGB (Red+Green+Blue) = 246+4+9=259 (34% of max value = 765). Red value is 246 (96.48% from 255 or 94.98% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 246 - color contains mainly: red. Hex color #F60409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60409 is #09FBF6. Grayscale: #4D4D4D. Windows color (decimal): -654327 or 591094. OLE color: 591094.
HSL color Cylindrical-coordinate representation of color #F60409: hue angle of 358.76º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60409 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.04 |
| HSL | 358.76º | 0.97% | 0.49% | - |
| HSV(B) | 358.76º | 0.98% | 0.96% | - |
| XYZ | 38.1 | 19.7 | 2.05 | - |
| YUV | 76.93 | 89.67 | 248.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 9 | 0 | 0.98 | 0.96 | 0.04 | 358.76 | 0.97 | 0.49 |
| Hex | F6 | 4 | 9 | 0 | 62 | 60 | 4 | 167 | 61 | 31 |
| Octal | 366 | 4 | 11 | 0 | 142 | 140 | 4 | 547 | 141 | 61 |
| Binary | 11110110 | 100 | 1001 | 0 | 1100010 | 1100000 | 100 | 101100111 | 1100001 | 110001 |
Color Harmonies of #F60409
Complementary color
Monochromatic Colors of #F60409
Black with #F60409
Text Example
Text Example
White with #F60409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60409; }
p { color: rgb(246,4,9); }
H1.HeaderClassName
{
color: #F60409;
}
.AnyTagClassName
{
color: #F60409;
}
</style>
background-color css
<style>
a { background-color: #F60409; }
a { background-color: rgb(246,4,9); }
div.DivClassName
{
background-color: #F60409;
}
.BgClassName
{
background-color: #F60409;
}
</style>
border-color css
<style>
span { border-color: #F60409; }
span { border-color: rgb(246,4,9); }
td.TdClassName
{
border-color: #F60409;
}
.TagClassName
{
border-color: #F60409;
}
</style>