Shades of Torch Red #F50839
Tints of Torch Red #F50839
RGB
CMYK
RGB Variations
Color information
#F50839 (or 0xF50839) is known color: Torch Red. HEX triplet: F5, 08 and 39. RGB value is (245,8,57). Sum of RGB (Red+Green+Blue) = 245+8+57=310 (41% of max value = 765). Red value is 245 (96.09% from 255 or 79.03% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 245 - color contains mainly: red. Hex color #F50839 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50839 is #0AF7C6. Grayscale: #545454. Windows color (decimal): -718791 or 3737845. OLE color: 3737845.
HSL color Cylindrical-coordinate representation of color #F50839: hue angle of 347.59º 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 #F50839 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 57 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.04 |
| HSL | 347.59º | 0.94% | 0.5% | - |
| HSV(B) | 347.59º | 0.97% | 0.96% | - |
| XYZ | 38.48 | 19.88 | 5.68 | - |
| YUV | 84.45 | 112.52 | 242.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 57 | 0 | 0.97 | 0.77 | 0.04 | 347.59 | 0.94 | 0.5 |
| Hex | F5 | 8 | 39 | 0 | 61 | 4D | 4 | 15C | 5E | 32 |
| Octal | 365 | 10 | 71 | 0 | 141 | 115 | 4 | 534 | 136 | 62 |
| Binary | 11110101 | 1000 | 111001 | 0 | 1100001 | 1001101 | 100 | 101011100 | 1011110 | 110010 |
Color Harmonies of #F50839
Complementary color
Monochromatic Colors of #F50839
Black with #F50839
Text Example
Text Example
White with #F50839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50839; }
p { color: rgb(245,8,57); }
H1.HeaderClassName
{
color: #F50839;
}
.AnyTagClassName
{
color: #F50839;
}
</style>
background-color css
<style>
a { background-color: #F50839; }
a { background-color: rgb(245,8,57); }
div.DivClassName
{
background-color: #F50839;
}
.BgClassName
{
background-color: #F50839;
}
</style>
border-color css
<style>
span { border-color: #F50839; }
span { border-color: rgb(245,8,57); }
td.TdClassName
{
border-color: #F50839;
}
.TagClassName
{
border-color: #F50839;
}
</style>