Shades of Torch Red #F1163F
Tints of Torch Red #F1163F
RGB
CMYK
RGB Variations
Color information
#F1163F (or 0xF1163F) is known color: Torch Red. HEX triplet: F1, 16 and 3F. RGB value is (241,22,63). Sum of RGB (Red+Green+Blue) = 241+22+63=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F1163F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1163F is #0EE9C0. Grayscale: #5C5C5C. Windows color (decimal): -977345 or 4134641. OLE color: 4134641.
HSL color Cylindrical-coordinate representation of color #F1163F: hue angle of 348.77º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1163F is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 63 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.05 |
| HSL | 348.77º | 0.89% | 0.52% | - |
| HSV(B) | 348.77º | 0.91% | 0.95% | - |
| XYZ | 37.46 | 19.63 | 6.52 | - |
| YUV | 92.16 | 111.55 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 63 | 0 | 0.91 | 0.74 | 0.05 | 348.77 | 0.89 | 0.52 |
| Hex | F1 | 16 | 3F | 0 | 5B | 4A | 5 | 15D | 59 | 34 |
| Octal | 361 | 26 | 77 | 0 | 133 | 112 | 5 | 535 | 131 | 64 |
| Binary | 11110001 | 10110 | 111111 | 0 | 1011011 | 1001010 | 101 | 101011101 | 1011001 | 110100 |
Color Harmonies of #F1163F
Complementary color
Monochromatic Colors of #F1163F
Black with #F1163F
Text Example
Text Example
White with #F1163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1163F; }
p { color: rgb(241,22,63); }
H1.HeaderClassName
{
color: #F1163F;
}
.AnyTagClassName
{
color: #F1163F;
}
</style>
background-color css
<style>
a { background-color: #F1163F; }
a { background-color: rgb(241,22,63); }
div.DivClassName
{
background-color: #F1163F;
}
.BgClassName
{
background-color: #F1163F;
}
</style>
border-color css
<style>
span { border-color: #F1163F; }
span { border-color: rgb(241,22,63); }
td.TdClassName
{
border-color: #F1163F;
}
.TagClassName
{
border-color: #F1163F;
}
</style>