Shades of Torch Red #F50F10
Tints of Torch Red #F50F10
RGB
CMYK
RGB Variations
Color information
#F50F10 (or 0xF50F10) is known color: Torch Red. HEX triplet: F5, 0F and 10. RGB value is (245,15,16). Sum of RGB (Red+Green+Blue) = 245+15+16=276 (36% of max value = 765). Red value is 245 (96.09% from 255 or 88.77% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 245 - color contains mainly: red. Hex color #F50F10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50F10 is #0AF0EF. Grayscale: #545454. Windows color (decimal): -717040 or 1052661. OLE color: 1052661.
HSL color Cylindrical-coordinate representation of color #F50F10: hue angle of 359.74º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50F10 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 16 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.04 |
| HSL | 359.74º | 0.92% | 0.51% | - |
| HSV(B) | 359.74º | 0.94% | 0.96% | - |
| XYZ | 37.92 | 19.79 | 2.31 | - |
| YUV | 83.88 | 89.7 | 242.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 16 | 0 | 0.94 | 0.93 | 0.04 | 359.74 | 0.92 | 0.51 |
| Hex | F5 | F | 10 | 0 | 5E | 5D | 4 | 168 | 5C | 33 |
| Octal | 365 | 17 | 20 | 0 | 136 | 135 | 4 | 550 | 134 | 63 |
| Binary | 11110101 | 1111 | 10000 | 0 | 1011110 | 1011101 | 100 | 101101000 | 1011100 | 110011 |
Color Harmonies of #F50F10
Complementary color
Monochromatic Colors of #F50F10
Black with #F50F10
Text Example
Text Example
White with #F50F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50F10; }
p { color: rgb(245,15,16); }
H1.HeaderClassName
{
color: #F50F10;
}
.AnyTagClassName
{
color: #F50F10;
}
</style>
background-color css
<style>
a { background-color: #F50F10; }
a { background-color: rgb(245,15,16); }
div.DivClassName
{
background-color: #F50F10;
}
.BgClassName
{
background-color: #F50F10;
}
</style>
border-color css
<style>
span { border-color: #F50F10; }
span { border-color: rgb(245,15,16); }
td.TdClassName
{
border-color: #F50F10;
}
.TagClassName
{
border-color: #F50F10;
}
</style>