Shades of Torch Red #F60728
Tints of Torch Red #F60728
RGB
CMYK
RGB Variations
Color information
#F60728 (or 0xF60728) is known color: Torch Red. HEX triplet: F6, 07 and 28. RGB value is (246,7,40). Sum of RGB (Red+Green+Blue) = 246+7+40=293 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.96% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 246 - color contains mainly: red. Hex color #F60728 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60728 is #09F8D7. Grayscale: #525252. Windows color (decimal): -653528 or 2623478. OLE color: 2623478.
HSL color Cylindrical-coordinate representation of color #F60728: hue angle of 351.72º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F60728 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 40 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.04 |
| HSL | 351.72º | 0.94% | 0.5% | - |
| HSV(B) | 351.72º | 0.97% | 0.96% | - |
| XYZ | 38.47 | 19.9 | 3.82 | - |
| YUV | 82.22 | 104.18 | 244.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 40 | 0 | 0.97 | 0.84 | 0.04 | 351.72 | 0.94 | 0.5 |
| Hex | F6 | 7 | 28 | 0 | 61 | 54 | 4 | 160 | 5E | 32 |
| Octal | 366 | 7 | 50 | 0 | 141 | 124 | 4 | 540 | 136 | 62 |
| Binary | 11110110 | 111 | 101000 | 0 | 1100001 | 1010100 | 100 | 101100000 | 1011110 | 110010 |
Color Harmonies of #F60728
Complementary color
Monochromatic Colors of #F60728
Black with #F60728
Text Example
Text Example
White with #F60728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60728; }
p { color: rgb(246,7,40); }
H1.HeaderClassName
{
color: #F60728;
}
.AnyTagClassName
{
color: #F60728;
}
</style>
background-color css
<style>
a { background-color: #F60728; }
a { background-color: rgb(246,7,40); }
div.DivClassName
{
background-color: #F60728;
}
.BgClassName
{
background-color: #F60728;
}
</style>
border-color css
<style>
span { border-color: #F60728; }
span { border-color: rgb(246,7,40); }
td.TdClassName
{
border-color: #F60728;
}
.TagClassName
{
border-color: #F60728;
}
</style>