Shades of Torch Red #F5171C
Tints of Torch Red #F5171C
RGB
CMYK
RGB Variations
Color information
#F5171C (or 0xF5171C) is known color: Torch Red. HEX triplet: F5, 17 and 1C. RGB value is (245,23,28). Sum of RGB (Red+Green+Blue) = 245+23+28=296 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.77% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 245 - color contains mainly: red. Hex color #F5171C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5171C is #0AE8E3. Grayscale: #5A5A5A. Windows color (decimal): -714980 or 1841141. OLE color: 1841141.
HSL color Cylindrical-coordinate representation of color #F5171C: hue angle of 358.65º 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 #F5171C is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 28 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.04 |
| HSL | 358.65º | 0.92% | 0.53% | - |
| HSV(B) | 358.65º | 0.91% | 0.96% | - |
| XYZ | 38.17 | 20.11 | 2.97 | - |
| YUV | 89.95 | 93.05 | 238.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 28 | 0 | 0.91 | 0.89 | 0.04 | 358.65 | 0.92 | 0.53 |
| Hex | F5 | 17 | 1C | 0 | 5B | 59 | 4 | 167 | 5C | 35 |
| Octal | 365 | 27 | 34 | 0 | 133 | 131 | 4 | 547 | 134 | 65 |
| Binary | 11110101 | 10111 | 11100 | 0 | 1011011 | 1011001 | 100 | 101100111 | 1011100 | 110101 |
Color Harmonies of #F5171C
Complementary color
Monochromatic Colors of #F5171C
Black with #F5171C
Text Example
Text Example
White with #F5171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5171C; }
p { color: rgb(245,23,28); }
H1.HeaderClassName
{
color: #F5171C;
}
.AnyTagClassName
{
color: #F5171C;
}
</style>
background-color css
<style>
a { background-color: #F5171C; }
a { background-color: rgb(245,23,28); }
div.DivClassName
{
background-color: #F5171C;
}
.BgClassName
{
background-color: #F5171C;
}
</style>
border-color css
<style>
span { border-color: #F5171C; }
span { border-color: rgb(245,23,28); }
td.TdClassName
{
border-color: #F5171C;
}
.TagClassName
{
border-color: #F5171C;
}
</style>