Shades of Torch Red #F1173D
Tints of Torch Red #F1173D
RGB
CMYK
RGB Variations
Color information
#F1173D (or 0xF1173D) is known color: Torch Red. HEX triplet: F1, 17 and 3D. RGB value is (241,23,61). Sum of RGB (Red+Green+Blue) = 241+23+61=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F1173D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1173D is #0EE8C2. Grayscale: #5C5C5C. Windows color (decimal): -977091 or 4003825. OLE color: 4003825.
HSL color Cylindrical-coordinate representation of color #F1173D: hue angle of 349.54º 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 #F1173D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 61 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.05 |
| HSL | 349.54º | 0.89% | 0.52% | - |
| HSV(B) | 349.54º | 0.9% | 0.95% | - |
| XYZ | 37.42 | 19.65 | 6.24 | - |
| YUV | 92.51 | 110.22 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 61 | 0 | 0.90 | 0.75 | 0.05 | 349.54 | 0.89 | 0.52 |
| Hex | F1 | 17 | 3D | 0 | 5A | 4B | 5 | 15E | 59 | 34 |
| Octal | 361 | 27 | 75 | 0 | 132 | 113 | 5 | 536 | 131 | 64 |
| Binary | 11110001 | 10111 | 111101 | 0 | 1011010 | 1001011 | 101 | 101011110 | 1011001 | 110100 |
Color Harmonies of #F1173D
Complementary color
Monochromatic Colors of #F1173D
Black with #F1173D
Text Example
Text Example
White with #F1173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1173D; }
p { color: rgb(241,23,61); }
H1.HeaderClassName
{
color: #F1173D;
}
.AnyTagClassName
{
color: #F1173D;
}
</style>
background-color css
<style>
a { background-color: #F1173D; }
a { background-color: rgb(241,23,61); }
div.DivClassName
{
background-color: #F1173D;
}
.BgClassName
{
background-color: #F1173D;
}
</style>
border-color css
<style>
span { border-color: #F1173D; }
span { border-color: rgb(241,23,61); }
td.TdClassName
{
border-color: #F1173D;
}
.TagClassName
{
border-color: #F1173D;
}
</style>