Shades of Torch Red #F5193F
Tints of Torch Red #F5193F
RGB
CMYK
RGB Variations
Color information
#F5193F (or 0xF5193F) is known color: Torch Red. HEX triplet: F5, 19 and 3F. RGB value is (245,25,63). Sum of RGB (Red+Green+Blue) = 245+25+63=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F5193F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5193F is #0AE6C0. Grayscale: #5F5F5F. Windows color (decimal): -714433 or 4135413. OLE color: 4135413.
HSL color Cylindrical-coordinate representation of color #F5193F: hue angle of 349.64º 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 #F5193F is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 63 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.04 |
| HSL | 349.64º | 0.92% | 0.53% | - |
| HSV(B) | 349.64º | 0.9% | 0.96% | - |
| XYZ | 38.9 | 20.47 | 6.6 | - |
| YUV | 95.11 | 109.89 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 63 | 0 | 0.90 | 0.74 | 0.04 | 349.64 | 0.92 | 0.53 |
| Hex | F5 | 19 | 3F | 0 | 5A | 4A | 4 | 15E | 5C | 35 |
| Octal | 365 | 31 | 77 | 0 | 132 | 112 | 4 | 536 | 134 | 65 |
| Binary | 11110101 | 11001 | 111111 | 0 | 1011010 | 1001010 | 100 | 101011110 | 1011100 | 110101 |
Color Harmonies of #F5193F
Complementary color
Monochromatic Colors of #F5193F
Black with #F5193F
Text Example
Text Example
White with #F5193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5193F; }
p { color: rgb(245,25,63); }
H1.HeaderClassName
{
color: #F5193F;
}
.AnyTagClassName
{
color: #F5193F;
}
</style>
background-color css
<style>
a { background-color: #F5193F; }
a { background-color: rgb(245,25,63); }
div.DivClassName
{
background-color: #F5193F;
}
.BgClassName
{
background-color: #F5193F;
}
</style>
border-color css
<style>
span { border-color: #F5193F; }
span { border-color: rgb(245,25,63); }
td.TdClassName
{
border-color: #F5193F;
}
.TagClassName
{
border-color: #F5193F;
}
</style>