Shades of Torch Red #F50511
Tints of Torch Red #F50511
RGB
CMYK
RGB Variations
Color information
#F50511 (or 0xF50511) is known color: Torch Red. HEX triplet: F5, 05 and 11. RGB value is (245,5,17). Sum of RGB (Red+Green+Blue) = 245+5+17=267 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.76% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 245 - color contains mainly: red. Hex color #F50511 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50511 is #0AFAEE. Grayscale: #4E4E4E. Windows color (decimal): -719599 or 1115637. OLE color: 1115637.
HSL color Cylindrical-coordinate representation of color #F50511: hue angle of 357º degrees, saturation: 0.96, 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 #F50511 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 17 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.04 |
| HSL | 357º | 0.96% | 0.49% | - |
| HSV(B) | 357º | 0.98% | 0.96% | - |
| XYZ | 37.81 | 19.56 | 2.31 | - |
| YUV | 78.13 | 93.51 | 247.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 17 | 0 | 0.98 | 0.93 | 0.04 | 357 | 0.96 | 0.49 |
| Hex | F5 | 5 | 11 | 0 | 62 | 5D | 4 | 165 | 60 | 31 |
| Octal | 365 | 5 | 21 | 0 | 142 | 135 | 4 | 545 | 140 | 61 |
| Binary | 11110101 | 101 | 10001 | 0 | 1100010 | 1011101 | 100 | 101100101 | 1100000 | 110001 |
Color Harmonies of #F50511
Complementary color
Monochromatic Colors of #F50511
Black with #F50511
Text Example
Text Example
White with #F50511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50511; }
p { color: rgb(245,5,17); }
H1.HeaderClassName
{
color: #F50511;
}
.AnyTagClassName
{
color: #F50511;
}
</style>
background-color css
<style>
a { background-color: #F50511; }
a { background-color: rgb(245,5,17); }
div.DivClassName
{
background-color: #F50511;
}
.BgClassName
{
background-color: #F50511;
}
</style>
border-color css
<style>
span { border-color: #F50511; }
span { border-color: rgb(245,5,17); }
td.TdClassName
{
border-color: #F50511;
}
.TagClassName
{
border-color: #F50511;
}
</style>