Shades of Torch Red #F50935
Tints of Torch Red #F50935
RGB
CMYK
RGB Variations
Color information
#F50935 (or 0xF50935) is known color: Torch Red. HEX triplet: F5, 09 and 35. RGB value is (245,9,53). Sum of RGB (Red+Green+Blue) = 245+9+53=307 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.80% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 245 - color contains mainly: red. Hex color #F50935 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50935 is #0AF6CA. Grayscale: #545454. Windows color (decimal): -718539 or 3475957. OLE color: 3475957.
HSL color Cylindrical-coordinate representation of color #F50935: hue angle of 348.81º 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 #F50935 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 53 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.04 |
| HSL | 348.81º | 0.93% | 0.5% | - |
| HSV(B) | 348.81º | 0.96% | 0.96% | - |
| XYZ | 38.4 | 19.86 | 5.18 | - |
| YUV | 84.58 | 110.19 | 242.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 53 | 0 | 0.96 | 0.78 | 0.04 | 348.81 | 0.93 | 0.5 |
| Hex | F5 | 9 | 35 | 0 | 60 | 4E | 4 | 15D | 5D | 32 |
| Octal | 365 | 11 | 65 | 0 | 140 | 116 | 4 | 535 | 135 | 62 |
| Binary | 11110101 | 1001 | 110101 | 0 | 1100000 | 1001110 | 100 | 101011101 | 1011101 | 110010 |
Color Harmonies of #F50935
Complementary color
Monochromatic Colors of #F50935
Black with #F50935
Text Example
Text Example
White with #F50935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50935; }
p { color: rgb(245,9,53); }
H1.HeaderClassName
{
color: #F50935;
}
.AnyTagClassName
{
color: #F50935;
}
</style>
background-color css
<style>
a { background-color: #F50935; }
a { background-color: rgb(245,9,53); }
div.DivClassName
{
background-color: #F50935;
}
.BgClassName
{
background-color: #F50935;
}
</style>
border-color css
<style>
span { border-color: #F50935; }
span { border-color: rgb(245,9,53); }
td.TdClassName
{
border-color: #F50935;
}
.TagClassName
{
border-color: #F50935;
}
</style>