Shades of Torch Red #F5173F
Tints of Torch Red #F5173F
RGB
CMYK
RGB Variations
Color information
#F5173F (or 0xF5173F) is known color: Torch Red. HEX triplet: F5, 17 and 3F. RGB value is (245,23,63). Sum of RGB (Red+Green+Blue) = 245+23+63=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F5173F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5173F is #0AE8C0. Grayscale: #5E5E5E. Windows color (decimal): -714945 or 4134901. OLE color: 4134901.
HSL color Cylindrical-coordinate representation of color #F5173F: hue angle of 349.19º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5173F is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 63 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.04 |
| HSL | 349.19º | 0.92% | 0.53% | - |
| HSV(B) | 349.19º | 0.91% | 0.96% | - |
| XYZ | 38.86 | 20.38 | 6.59 | - |
| YUV | 93.94 | 110.55 | 235.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 63 | 0 | 0.91 | 0.74 | 0.04 | 349.19 | 0.92 | 0.53 |
| Hex | F5 | 17 | 3F | 0 | 5B | 4A | 4 | 15D | 5C | 35 |
| Octal | 365 | 27 | 77 | 0 | 133 | 112 | 4 | 535 | 134 | 65 |
| Binary | 11110101 | 10111 | 111111 | 0 | 1011011 | 1001010 | 100 | 101011101 | 1011100 | 110101 |
Color Harmonies of #F5173F
Complementary color
Monochromatic Colors of #F5173F
Black with #F5173F
Text Example
Text Example
White with #F5173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5173F; }
p { color: rgb(245,23,63); }
H1.HeaderClassName
{
color: #F5173F;
}
.AnyTagClassName
{
color: #F5173F;
}
</style>
background-color css
<style>
a { background-color: #F5173F; }
a { background-color: rgb(245,23,63); }
div.DivClassName
{
background-color: #F5173F;
}
.BgClassName
{
background-color: #F5173F;
}
</style>
border-color css
<style>
span { border-color: #F5173F; }
span { border-color: rgb(245,23,63); }
td.TdClassName
{
border-color: #F5173F;
}
.TagClassName
{
border-color: #F5173F;
}
</style>