Shades of Torch Red #F50710
Tints of Torch Red #F50710
RGB
CMYK
RGB Variations
Color information
#F50710 (or 0xF50710) is known color: Torch Red. HEX triplet: F5, 07 and 10. RGB value is (245,7,16). Sum of RGB (Red+Green+Blue) = 245+7+16=268 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.42% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 245 - color contains mainly: red. Hex color #F50710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50710 is #0AF8EF. Grayscale: #4F4F4F. Windows color (decimal): -719088 or 1050613. OLE color: 1050613.
HSL color Cylindrical-coordinate representation of color #F50710: hue angle of 357.73º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50710 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 16 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.04 |
| HSL | 357.73º | 0.94% | 0.49% | - |
| HSV(B) | 357.73º | 0.97% | 0.96% | - |
| XYZ | 37.83 | 19.6 | 2.28 | - |
| YUV | 79.19 | 92.35 | 246.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 16 | 0 | 0.97 | 0.93 | 0.04 | 357.73 | 0.94 | 0.49 |
| Hex | F5 | 7 | 10 | 0 | 61 | 5D | 4 | 166 | 5E | 31 |
| Octal | 365 | 7 | 20 | 0 | 141 | 135 | 4 | 546 | 136 | 61 |
| Binary | 11110101 | 111 | 10000 | 0 | 1100001 | 1011101 | 100 | 101100110 | 1011110 | 110001 |
Color Harmonies of #F50710
Complementary color
Monochromatic Colors of #F50710
Black with #F50710
Text Example
Text Example
White with #F50710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50710; }
p { color: rgb(245,7,16); }
H1.HeaderClassName
{
color: #F50710;
}
.AnyTagClassName
{
color: #F50710;
}
</style>
background-color css
<style>
a { background-color: #F50710; }
a { background-color: rgb(245,7,16); }
div.DivClassName
{
background-color: #F50710;
}
.BgClassName
{
background-color: #F50710;
}
</style>
border-color css
<style>
span { border-color: #F50710; }
span { border-color: rgb(245,7,16); }
td.TdClassName
{
border-color: #F50710;
}
.TagClassName
{
border-color: #F50710;
}
</style>