Shades of Torch Red #F1103E
Tints of Torch Red #F1103E
RGB
CMYK
RGB Variations
Color information
#F1103E (or 0xF1103E) is known color: Torch Red. HEX triplet: F1, 10 and 3E. RGB value is (241,16,62). Sum of RGB (Red+Green+Blue) = 241+16+62=319 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.55% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 241 - color contains mainly: red. Hex color #F1103E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1103E is #0EEFC1. Grayscale: #585858. Windows color (decimal): -978882 or 4067569. OLE color: 4067569.
HSL color Cylindrical-coordinate representation of color #F1103E: hue angle of 347.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1103E is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 62 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.05 |
| HSL | 347.73º | 0.89% | 0.5% | - |
| HSV(B) | 347.73º | 0.93% | 0.95% | - |
| XYZ | 37.33 | 19.42 | 6.34 | - |
| YUV | 88.52 | 113.04 | 236.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 62 | 0 | 0.93 | 0.74 | 0.05 | 347.73 | 0.89 | 0.5 |
| Hex | F1 | 10 | 3E | 0 | 5D | 4A | 5 | 15C | 59 | 32 |
| Octal | 361 | 20 | 76 | 0 | 135 | 112 | 5 | 534 | 131 | 62 |
| Binary | 11110001 | 10000 | 111110 | 0 | 1011101 | 1001010 | 101 | 101011100 | 1011001 | 110010 |
Color Harmonies of #F1103E
Complementary color
Monochromatic Colors of #F1103E
Black with #F1103E
Text Example
Text Example
White with #F1103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1103E; }
p { color: rgb(241,16,62); }
H1.HeaderClassName
{
color: #F1103E;
}
.AnyTagClassName
{
color: #F1103E;
}
</style>
background-color css
<style>
a { background-color: #F1103E; }
a { background-color: rgb(241,16,62); }
div.DivClassName
{
background-color: #F1103E;
}
.BgClassName
{
background-color: #F1103E;
}
</style>
border-color css
<style>
span { border-color: #F1103E; }
span { border-color: rgb(241,16,62); }
td.TdClassName
{
border-color: #F1103E;
}
.TagClassName
{
border-color: #F1103E;
}
</style>