Shades of Torch Red #F50932
Tints of Torch Red #F50932
RGB
CMYK
RGB Variations
Color information
#F50932 (or 0xF50932) is known color: Torch Red. HEX triplet: F5, 09 and 32. RGB value is (245,9,50). Sum of RGB (Red+Green+Blue) = 245+9+50=304 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.59% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 245 - color contains mainly: red. Hex color #F50932 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50932 is #0AF6CD. Grayscale: #545454. Windows color (decimal): -718542 or 3279349. OLE color: 3279349.
HSL color Cylindrical-coordinate representation of color #F50932: hue angle of 349.58º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50932 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 50 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.04 |
| HSL | 349.58º | 0.93% | 0.5% | - |
| HSV(B) | 349.58º | 0.96% | 0.96% | - |
| XYZ | 38.33 | 19.84 | 4.83 | - |
| YUV | 84.24 | 108.69 | 242.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 50 | 0 | 0.96 | 0.80 | 0.04 | 349.58 | 0.93 | 0.5 |
| Hex | F5 | 9 | 32 | 0 | 60 | 50 | 4 | 15E | 5D | 32 |
| Octal | 365 | 11 | 62 | 0 | 140 | 120 | 4 | 536 | 135 | 62 |
| Binary | 11110101 | 1001 | 110010 | 0 | 1100000 | 1010000 | 100 | 101011110 | 1011101 | 110010 |
Color Harmonies of #F50932
Complementary color
Monochromatic Colors of #F50932
Black with #F50932
Text Example
Text Example
White with #F50932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50932; }
p { color: rgb(245,9,50); }
H1.HeaderClassName
{
color: #F50932;
}
.AnyTagClassName
{
color: #F50932;
}
</style>
background-color css
<style>
a { background-color: #F50932; }
a { background-color: rgb(245,9,50); }
div.DivClassName
{
background-color: #F50932;
}
.BgClassName
{
background-color: #F50932;
}
</style>
border-color css
<style>
span { border-color: #F50932; }
span { border-color: rgb(245,9,50); }
td.TdClassName
{
border-color: #F50932;
}
.TagClassName
{
border-color: #F50932;
}
</style>