Shades of Torch Red #F1173C
Tints of Torch Red #F1173C
RGB
CMYK
RGB Variations
Color information
#F1173C (or 0xF1173C) is known color: Torch Red. HEX triplet: F1, 17 and 3C. RGB value is (241,23,60). Sum of RGB (Red+Green+Blue) = 241+23+60=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F1173C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1173C is #0EE8C3. Grayscale: #5C5C5C. Windows color (decimal): -977092 or 3938289. OLE color: 3938289.
HSL color Cylindrical-coordinate representation of color #F1173C: hue angle of 349.82º 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 #F1173C is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 60 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.05 |
| HSL | 349.82º | 0.89% | 0.52% | - |
| HSV(B) | 349.82º | 0.9% | 0.95% | - |
| XYZ | 37.4 | 19.64 | 6.09 | - |
| YUV | 92.4 | 109.72 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 60 | 0 | 0.90 | 0.75 | 0.05 | 349.82 | 0.89 | 0.52 |
| Hex | F1 | 17 | 3C | 0 | 5A | 4B | 5 | 15E | 59 | 34 |
| Octal | 361 | 27 | 74 | 0 | 132 | 113 | 5 | 536 | 131 | 64 |
| Binary | 11110001 | 10111 | 111100 | 0 | 1011010 | 1001011 | 101 | 101011110 | 1011001 | 110100 |
Color Harmonies of #F1173C
Complementary color
Monochromatic Colors of #F1173C
Black with #F1173C
Text Example
Text Example
White with #F1173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1173C; }
p { color: rgb(241,23,60); }
H1.HeaderClassName
{
color: #F1173C;
}
.AnyTagClassName
{
color: #F1173C;
}
</style>
background-color css
<style>
a { background-color: #F1173C; }
a { background-color: rgb(241,23,60); }
div.DivClassName
{
background-color: #F1173C;
}
.BgClassName
{
background-color: #F1173C;
}
</style>
border-color css
<style>
span { border-color: #F1173C; }
span { border-color: rgb(241,23,60); }
td.TdClassName
{
border-color: #F1173C;
}
.TagClassName
{
border-color: #F1173C;
}
</style>