Shades of Torch Red #F1101F
Tints of Torch Red #F1101F
RGB
CMYK
RGB Variations
Color information
#F1101F (or 0xF1101F) is known color: Torch Red. HEX triplet: F1, 10 and 1F. RGB value is (241,16,31). Sum of RGB (Red+Green+Blue) = 241+16+31=288 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.68% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 241 - color contains mainly: red. Hex color #F1101F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1101F is #0EEFE0. Grayscale: #555555. Windows color (decimal): -978913 or 2035953. OLE color: 2035953.
HSL color Cylindrical-coordinate representation of color #F1101F: hue angle of 356º 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 #F1101F is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 31 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.05 |
| HSL | 356º | 0.89% | 0.5% | - |
| HSV(B) | 356º | 0.93% | 0.95% | - |
| XYZ | 36.71 | 19.17 | 3.06 | - |
| YUV | 84.99 | 97.54 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 31 | 0 | 0.93 | 0.87 | 0.05 | 356 | 0.89 | 0.5 |
| Hex | F1 | 10 | 1F | 0 | 5D | 57 | 5 | 164 | 59 | 32 |
| Octal | 361 | 20 | 37 | 0 | 135 | 127 | 5 | 544 | 131 | 62 |
| Binary | 11110001 | 10000 | 11111 | 0 | 1011101 | 1010111 | 101 | 101100100 | 1011001 | 110010 |
Color Harmonies of #F1101F
Complementary color
Monochromatic Colors of #F1101F
Black with #F1101F
Text Example
Text Example
White with #F1101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1101F; }
p { color: rgb(241,16,31); }
H1.HeaderClassName
{
color: #F1101F;
}
.AnyTagClassName
{
color: #F1101F;
}
</style>
background-color css
<style>
a { background-color: #F1101F; }
a { background-color: rgb(241,16,31); }
div.DivClassName
{
background-color: #F1101F;
}
.BgClassName
{
background-color: #F1101F;
}
</style>
border-color css
<style>
span { border-color: #F1101F; }
span { border-color: rgb(241,16,31); }
td.TdClassName
{
border-color: #F1101F;
}
.TagClassName
{
border-color: #F1101F;
}
</style>