Shades of Torch Red #F50938
Tints of Torch Red #F50938
RGB
CMYK
RGB Variations
Color information
#F50938 (or 0xF50938) is known color: Torch Red. HEX triplet: F5, 09 and 38. RGB value is (245,9,56). Sum of RGB (Red+Green+Blue) = 245+9+56=310 (41% of max value = 765). Red value is 245 (96.09% from 255 or 79.03% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 245 - color contains mainly: red. Hex color #F50938 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50938 is #0AF6C7. Grayscale: #545454. Windows color (decimal): -718536 or 3672565. OLE color: 3672565.
HSL color Cylindrical-coordinate representation of color #F50938: hue angle of 348.05º 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 #F50938 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 56 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.04 |
| HSL | 348.05º | 0.93% | 0.5% | - |
| HSV(B) | 348.05º | 0.96% | 0.96% | - |
| XYZ | 38.47 | 19.89 | 5.55 | - |
| YUV | 84.92 | 111.69 | 242.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 56 | 0 | 0.96 | 0.77 | 0.04 | 348.05 | 0.93 | 0.5 |
| Hex | F5 | 9 | 38 | 0 | 60 | 4D | 4 | 15C | 5D | 32 |
| Octal | 365 | 11 | 70 | 0 | 140 | 115 | 4 | 534 | 135 | 62 |
| Binary | 11110101 | 1001 | 111000 | 0 | 1100000 | 1001101 | 100 | 101011100 | 1011101 | 110010 |
Color Harmonies of #F50938
Complementary color
Monochromatic Colors of #F50938
Black with #F50938
Text Example
Text Example
White with #F50938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50938; }
p { color: rgb(245,9,56); }
H1.HeaderClassName
{
color: #F50938;
}
.AnyTagClassName
{
color: #F50938;
}
</style>
background-color css
<style>
a { background-color: #F50938; }
a { background-color: rgb(245,9,56); }
div.DivClassName
{
background-color: #F50938;
}
.BgClassName
{
background-color: #F50938;
}
</style>
border-color css
<style>
span { border-color: #F50938; }
span { border-color: rgb(245,9,56); }
td.TdClassName
{
border-color: #F50938;
}
.TagClassName
{
border-color: #F50938;
}
</style>