Shades of Torch Red #F60723
Tints of Torch Red #F60723
RGB
CMYK
RGB Variations
Color information
#F60723 (or 0xF60723) is known color: Torch Red. HEX triplet: F6, 07 and 23. RGB value is (246,7,35). Sum of RGB (Red+Green+Blue) = 246+7+35=288 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.42% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 246 - color contains mainly: red. Hex color #F60723 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60723 is #09F8DC. Grayscale: #515151. Windows color (decimal): -653533 or 2295798. OLE color: 2295798.
HSL color Cylindrical-coordinate representation of color #F60723: hue angle of 352.97º 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 #F60723 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 35 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.04 |
| HSL | 352.97º | 0.94% | 0.5% | - |
| HSV(B) | 352.97º | 0.97% | 0.96% | - |
| XYZ | 38.39 | 19.87 | 3.4 | - |
| YUV | 81.65 | 101.68 | 245.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 35 | 0 | 0.97 | 0.86 | 0.04 | 352.97 | 0.94 | 0.5 |
| Hex | F6 | 7 | 23 | 0 | 61 | 56 | 4 | 161 | 5E | 32 |
| Octal | 366 | 7 | 43 | 0 | 141 | 126 | 4 | 541 | 136 | 62 |
| Binary | 11110110 | 111 | 100011 | 0 | 1100001 | 1010110 | 100 | 101100001 | 1011110 | 110010 |
Color Harmonies of #F60723
Complementary color
Monochromatic Colors of #F60723
Black with #F60723
Text Example
Text Example
White with #F60723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60723; }
p { color: rgb(246,7,35); }
H1.HeaderClassName
{
color: #F60723;
}
.AnyTagClassName
{
color: #F60723;
}
</style>
background-color css
<style>
a { background-color: #F60723; }
a { background-color: rgb(246,7,35); }
div.DivClassName
{
background-color: #F60723;
}
.BgClassName
{
background-color: #F60723;
}
</style>
border-color css
<style>
span { border-color: #F60723; }
span { border-color: rgb(246,7,35); }
td.TdClassName
{
border-color: #F60723;
}
.TagClassName
{
border-color: #F60723;
}
</style>