Shades of Torch Red #F50538
Tints of Torch Red #F50538
RGB
CMYK
RGB Variations
Color information
#F50538 (or 0xF50538) is known color: Torch Red. HEX triplet: F5, 05 and 38. RGB value is (245,5,56). Sum of RGB (Red+Green+Blue) = 245+5+56=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F50538 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50538 is #0AFAC7. Grayscale: #525252. Windows color (decimal): -719560 or 3671541. OLE color: 3671541.
HSL color Cylindrical-coordinate representation of color #F50538: hue angle of 347.25º 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 #F50538 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 56 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.04 |
| HSL | 347.25º | 0.96% | 0.49% | - |
| HSV(B) | 347.25º | 0.98% | 0.96% | - |
| XYZ | 38.42 | 19.81 | 5.54 | - |
| YUV | 82.57 | 113.01 | 243.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 56 | 0 | 0.98 | 0.77 | 0.04 | 347.25 | 0.96 | 0.49 |
| Hex | F5 | 5 | 38 | 0 | 62 | 4D | 4 | 15B | 60 | 31 |
| Octal | 365 | 5 | 70 | 0 | 142 | 115 | 4 | 533 | 140 | 61 |
| Binary | 11110101 | 101 | 111000 | 0 | 1100010 | 1001101 | 100 | 101011011 | 1100000 | 110001 |
Color Harmonies of #F50538
Complementary color
Monochromatic Colors of #F50538
Black with #F50538
Text Example
Text Example
White with #F50538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50538; }
p { color: rgb(245,5,56); }
H1.HeaderClassName
{
color: #F50538;
}
.AnyTagClassName
{
color: #F50538;
}
</style>
background-color css
<style>
a { background-color: #F50538; }
a { background-color: rgb(245,5,56); }
div.DivClassName
{
background-color: #F50538;
}
.BgClassName
{
background-color: #F50538;
}
</style>
border-color css
<style>
span { border-color: #F50538; }
span { border-color: rgb(245,5,56); }
td.TdClassName
{
border-color: #F50538;
}
.TagClassName
{
border-color: #F50538;
}
</style>