Shades of Torch Red #F1173B
Tints of Torch Red #F1173B
RGB
CMYK
RGB Variations
Color information
#F1173B (or 0xF1173B) is known color: Torch Red. HEX triplet: F1, 17 and 3B. RGB value is (241,23,59). Sum of RGB (Red+Green+Blue) = 241+23+59=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F1173B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1173B is #0EE8C4. Grayscale: #5C5C5C. Windows color (decimal): -977093 or 3872753. OLE color: 3872753.
HSL color Cylindrical-coordinate representation of color #F1173B: hue angle of 350.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1173B is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 59 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.05 |
| HSL | 350.09º | 0.89% | 0.52% | - |
| HSV(B) | 350.09º | 0.9% | 0.95% | - |
| XYZ | 37.37 | 19.63 | 5.96 | - |
| YUV | 92.29 | 109.22 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 59 | 0 | 0.90 | 0.76 | 0.05 | 350.09 | 0.89 | 0.52 |
| Hex | F1 | 17 | 3B | 0 | 5A | 4C | 5 | 15E | 59 | 34 |
| Octal | 361 | 27 | 73 | 0 | 132 | 114 | 5 | 536 | 131 | 64 |
| Binary | 11110001 | 10111 | 111011 | 0 | 1011010 | 1001100 | 101 | 101011110 | 1011001 | 110100 |
Color Harmonies of #F1173B
Complementary color
Monochromatic Colors of #F1173B
Black with #F1173B
Text Example
Text Example
White with #F1173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1173B; }
p { color: rgb(241,23,59); }
H1.HeaderClassName
{
color: #F1173B;
}
.AnyTagClassName
{
color: #F1173B;
}
</style>
background-color css
<style>
a { background-color: #F1173B; }
a { background-color: rgb(241,23,59); }
div.DivClassName
{
background-color: #F1173B;
}
.BgClassName
{
background-color: #F1173B;
}
</style>
border-color css
<style>
span { border-color: #F1173B; }
span { border-color: rgb(241,23,59); }
td.TdClassName
{
border-color: #F1173B;
}
.TagClassName
{
border-color: #F1173B;
}
</style>