Shades of Torch Red #F50A39
Tints of Torch Red #F50A39
RGB
CMYK
RGB Variations
Color information
#F50A39 (or 0xF50A39) is known color: Torch Red. HEX triplet: F5, 0A and 39. RGB value is (245,10,57). Sum of RGB (Red+Green+Blue) = 245+10+57=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F50A39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50A39 is #0AF5C6. Grayscale: #555555. Windows color (decimal): -718279 or 3738357. OLE color: 3738357.
HSL color Cylindrical-coordinate representation of color #F50A39: hue angle of 348º degrees, saturation: 0.92, 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 #F50A39 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 10 | 57 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.04 |
| HSL | 348º | 0.92% | 0.5% | - |
| HSV(B) | 348º | 0.96% | 0.96% | - |
| XYZ | 38.5 | 19.92 | 5.69 | - |
| YUV | 85.62 | 111.86 | 241.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 10 | 57 | 0 | 0.96 | 0.77 | 0.04 | 348 | 0.92 | 0.5 |
| Hex | F5 | A | 39 | 0 | 60 | 4D | 4 | 15C | 5C | 32 |
| Octal | 365 | 12 | 71 | 0 | 140 | 115 | 4 | 534 | 134 | 62 |
| Binary | 11110101 | 1010 | 111001 | 0 | 1100000 | 1001101 | 100 | 101011100 | 1011100 | 110010 |
Color Harmonies of #F50A39
Complementary color
Monochromatic Colors of #F50A39
Black with #F50A39
Text Example
Text Example
White with #F50A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50A39; }
p { color: rgb(245,10,57); }
H1.HeaderClassName
{
color: #F50A39;
}
.AnyTagClassName
{
color: #F50A39;
}
</style>
background-color css
<style>
a { background-color: #F50A39; }
a { background-color: rgb(245,10,57); }
div.DivClassName
{
background-color: #F50A39;
}
.BgClassName
{
background-color: #F50A39;
}
</style>
border-color css
<style>
span { border-color: #F50A39; }
span { border-color: rgb(245,10,57); }
td.TdClassName
{
border-color: #F50A39;
}
.TagClassName
{
border-color: #F50A39;
}
</style>