Shades of Torch Red #F5192D
Tints of Torch Red #F5192D
RGB
CMYK
RGB Variations
Color information
#F5192D (or 0xF5192D) is known color: Torch Red. HEX triplet: F5, 19 and 2D. RGB value is (245,25,45). Sum of RGB (Red+Green+Blue) = 245+25+45=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F5192D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5192D is #0AE6D2. Grayscale: #5D5D5D. Windows color (decimal): -714451 or 2955765. OLE color: 2955765.
HSL color Cylindrical-coordinate representation of color #F5192D: hue angle of 354.55º 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 #F5192D is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 45 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.04 |
| HSL | 354.55º | 0.92% | 0.53% | - |
| HSV(B) | 354.55º | 0.9% | 0.96% | - |
| XYZ | 38.48 | 20.3 | 4.37 | - |
| YUV | 93.06 | 100.89 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 45 | 0 | 0.90 | 0.82 | 0.04 | 354.55 | 0.92 | 0.53 |
| Hex | F5 | 19 | 2D | 0 | 5A | 52 | 4 | 163 | 5C | 35 |
| Octal | 365 | 31 | 55 | 0 | 132 | 122 | 4 | 543 | 134 | 65 |
| Binary | 11110101 | 11001 | 101101 | 0 | 1011010 | 1010010 | 100 | 101100011 | 1011100 | 110101 |
Color Harmonies of #F5192D
Complementary color
Monochromatic Colors of #F5192D
Black with #F5192D
Text Example
Text Example
White with #F5192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5192D; }
p { color: rgb(245,25,45); }
H1.HeaderClassName
{
color: #F5192D;
}
.AnyTagClassName
{
color: #F5192D;
}
</style>
background-color css
<style>
a { background-color: #F5192D; }
a { background-color: rgb(245,25,45); }
div.DivClassName
{
background-color: #F5192D;
}
.BgClassName
{
background-color: #F5192D;
}
</style>
border-color css
<style>
span { border-color: #F5192D; }
span { border-color: rgb(245,25,45); }
td.TdClassName
{
border-color: #F5192D;
}
.TagClassName
{
border-color: #F5192D;
}
</style>