Shades of Torch Red #F50539
Tints of Torch Red #F50539
RGB
CMYK
RGB Variations
Color information
#F50539 (or 0xF50539) is known color: Torch Red. HEX triplet: F5, 05 and 39. RGB value is (245,5,57). Sum of RGB (Red+Green+Blue) = 245+5+57=307 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.80% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 245 - color contains mainly: red. Hex color #F50539 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50539 is #0AFAC6. Grayscale: #525252. Windows color (decimal): -719559 or 3737077. OLE color: 3737077.
HSL color Cylindrical-coordinate representation of color #F50539: hue angle of 347º 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 #F50539 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 57 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.04 |
| HSL | 347º | 0.96% | 0.49% | - |
| HSV(B) | 347º | 0.98% | 0.96% | - |
| XYZ | 38.45 | 19.82 | 5.67 | - |
| YUV | 82.69 | 113.51 | 243.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 57 | 0 | 0.98 | 0.77 | 0.04 | 347 | 0.96 | 0.49 |
| Hex | F5 | 5 | 39 | 0 | 62 | 4D | 4 | 15B | 60 | 31 |
| Octal | 365 | 5 | 71 | 0 | 142 | 115 | 4 | 533 | 140 | 61 |
| Binary | 11110101 | 101 | 111001 | 0 | 1100010 | 1001101 | 100 | 101011011 | 1100000 | 110001 |
Color Harmonies of #F50539
Complementary color
Monochromatic Colors of #F50539
Black with #F50539
Text Example
Text Example
White with #F50539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50539; }
p { color: rgb(245,5,57); }
H1.HeaderClassName
{
color: #F50539;
}
.AnyTagClassName
{
color: #F50539;
}
</style>
background-color css
<style>
a { background-color: #F50539; }
a { background-color: rgb(245,5,57); }
div.DivClassName
{
background-color: #F50539;
}
.BgClassName
{
background-color: #F50539;
}
</style>
border-color css
<style>
span { border-color: #F50539; }
span { border-color: rgb(245,5,57); }
td.TdClassName
{
border-color: #F50539;
}
.TagClassName
{
border-color: #F50539;
}
</style>