Shades of Torch Red #F5192B
Tints of Torch Red #F5192B
RGB
CMYK
RGB Variations
Color information
#F5192B (or 0xF5192B) is known color: Torch Red. HEX triplet: F5, 19 and 2B. RGB value is (245,25,43). Sum of RGB (Red+Green+Blue) = 245+25+43=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F5192B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5192B is #0AE6D4. Grayscale: #5C5C5C. Windows color (decimal): -714453 or 2824693. OLE color: 2824693.
HSL color Cylindrical-coordinate representation of color #F5192B: hue angle of 355.09º 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 #F5192B is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 43 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.04 |
| HSL | 355.09º | 0.92% | 0.53% | - |
| HSV(B) | 355.09º | 0.9% | 0.96% | - |
| XYZ | 38.44 | 20.28 | 4.17 | - |
| YUV | 92.83 | 99.89 | 236.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 43 | 0 | 0.90 | 0.82 | 0.04 | 355.09 | 0.92 | 0.53 |
| Hex | F5 | 19 | 2B | 0 | 5A | 52 | 4 | 163 | 5C | 35 |
| Octal | 365 | 31 | 53 | 0 | 132 | 122 | 4 | 543 | 134 | 65 |
| Binary | 11110101 | 11001 | 101011 | 0 | 1011010 | 1010010 | 100 | 101100011 | 1011100 | 110101 |
Color Harmonies of #F5192B
Complementary color
Monochromatic Colors of #F5192B
Black with #F5192B
Text Example
Text Example
White with #F5192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5192B; }
p { color: rgb(245,25,43); }
H1.HeaderClassName
{
color: #F5192B;
}
.AnyTagClassName
{
color: #F5192B;
}
</style>
background-color css
<style>
a { background-color: #F5192B; }
a { background-color: rgb(245,25,43); }
div.DivClassName
{
background-color: #F5192B;
}
.BgClassName
{
background-color: #F5192B;
}
</style>
border-color css
<style>
span { border-color: #F5192B; }
span { border-color: rgb(245,25,43); }
td.TdClassName
{
border-color: #F5192B;
}
.TagClassName
{
border-color: #F5192B;
}
</style>