Shades of Torch Red #F5192F
Tints of Torch Red #F5192F
RGB
CMYK
RGB Variations
Color information
#F5192F (or 0xF5192F) is known color: Torch Red. HEX triplet: F5, 19 and 2F. RGB value is (245,25,47). Sum of RGB (Red+Green+Blue) = 245+25+47=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F5192F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5192F is #0AE6D0. Grayscale: #5D5D5D. Windows color (decimal): -714449 or 3086837. OLE color: 3086837.
HSL color Cylindrical-coordinate representation of color #F5192F: hue angle of 354º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5192F is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 47 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.04 |
| HSL | 354º | 0.92% | 0.53% | - |
| HSV(B) | 354º | 0.9% | 0.96% | - |
| XYZ | 38.52 | 20.31 | 4.58 | - |
| YUV | 93.29 | 101.89 | 236.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 47 | 0 | 0.90 | 0.81 | 0.04 | 354 | 0.92 | 0.53 |
| Hex | F5 | 19 | 2F | 0 | 5A | 51 | 4 | 162 | 5C | 35 |
| Octal | 365 | 31 | 57 | 0 | 132 | 121 | 4 | 542 | 134 | 65 |
| Binary | 11110101 | 11001 | 101111 | 0 | 1011010 | 1010001 | 100 | 101100010 | 1011100 | 110101 |
Color Harmonies of #F5192F
Complementary color
Monochromatic Colors of #F5192F
Black with #F5192F
Text Example
Text Example
White with #F5192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5192F; }
p { color: rgb(245,25,47); }
H1.HeaderClassName
{
color: #F5192F;
}
.AnyTagClassName
{
color: #F5192F;
}
</style>
background-color css
<style>
a { background-color: #F5192F; }
a { background-color: rgb(245,25,47); }
div.DivClassName
{
background-color: #F5192F;
}
.BgClassName
{
background-color: #F5192F;
}
</style>
border-color css
<style>
span { border-color: #F5192F; }
span { border-color: rgb(245,25,47); }
td.TdClassName
{
border-color: #F5192F;
}
.TagClassName
{
border-color: #F5192F;
}
</style>