Shades of Torch Red #F5193A
Tints of Torch Red #F5193A
RGB
CMYK
RGB Variations
Color information
#F5193A (or 0xF5193A) is known color: Torch Red. HEX triplet: F5, 19 and 3A. RGB value is (245,25,58). Sum of RGB (Red+Green+Blue) = 245+25+58=328 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.70% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 245 - color contains mainly: red. Hex color #F5193A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5193A is #0AE6C5. Grayscale: #5E5E5E. Windows color (decimal): -714438 or 3807733. OLE color: 3807733.
HSL color Cylindrical-coordinate representation of color #F5193A: hue angle of 351º 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 #F5193A is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 58 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.04 |
| HSL | 351º | 0.92% | 0.53% | - |
| HSV(B) | 351º | 0.9% | 0.96% | - |
| XYZ | 38.77 | 20.41 | 5.9 | - |
| YUV | 94.54 | 107.39 | 235.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 58 | 0 | 0.90 | 0.76 | 0.04 | 351 | 0.92 | 0.53 |
| Hex | F5 | 19 | 3A | 0 | 5A | 4C | 4 | 15F | 5C | 35 |
| Octal | 365 | 31 | 72 | 0 | 132 | 114 | 4 | 537 | 134 | 65 |
| Binary | 11110101 | 11001 | 111010 | 0 | 1011010 | 1001100 | 100 | 101011111 | 1011100 | 110101 |
Color Harmonies of #F5193A
Complementary color
Monochromatic Colors of #F5193A
Black with #F5193A
Text Example
Text Example
White with #F5193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5193A; }
p { color: rgb(245,25,58); }
H1.HeaderClassName
{
color: #F5193A;
}
.AnyTagClassName
{
color: #F5193A;
}
</style>
background-color css
<style>
a { background-color: #F5193A; }
a { background-color: rgb(245,25,58); }
div.DivClassName
{
background-color: #F5193A;
}
.BgClassName
{
background-color: #F5193A;
}
</style>
border-color css
<style>
span { border-color: #F5193A; }
span { border-color: rgb(245,25,58); }
td.TdClassName
{
border-color: #F5193A;
}
.TagClassName
{
border-color: #F5193A;
}
</style>