Shades of Torch Red #F1101B
Tints of Torch Red #F1101B
RGB
CMYK
RGB Variations
Color information
#F1101B (or 0xF1101B) is known color: Torch Red. HEX triplet: F1, 10 and 1B. RGB value is (241,16,27). Sum of RGB (Red+Green+Blue) = 241+16+27=284 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.86% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 241 - color contains mainly: red. Hex color #F1101B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1101B is #0EEFE4. Grayscale: #545454. Windows color (decimal): -978917 or 1773809. OLE color: 1773809.
HSL color Cylindrical-coordinate representation of color #F1101B: hue angle of 357.07º 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 #F1101B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.05 |
| HSL | 357.07º | 0.89% | 0.5% | - |
| HSV(B) | 357.07º | 0.93% | 0.95% | - |
| XYZ | 36.66 | 19.15 | 2.8 | - |
| YUV | 84.53 | 95.54 | 239.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 27 | 0 | 0.93 | 0.89 | 0.05 | 357.07 | 0.89 | 0.5 |
| Hex | F1 | 10 | 1B | 0 | 5D | 59 | 5 | 165 | 59 | 32 |
| Octal | 361 | 20 | 33 | 0 | 135 | 131 | 5 | 545 | 131 | 62 |
| Binary | 11110001 | 10000 | 11011 | 0 | 1011101 | 1011001 | 101 | 101100101 | 1011001 | 110010 |
Color Harmonies of #F1101B
Complementary color
Monochromatic Colors of #F1101B
Black with #F1101B
Text Example
Text Example
White with #F1101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1101B; }
p { color: rgb(241,16,27); }
H1.HeaderClassName
{
color: #F1101B;
}
.AnyTagClassName
{
color: #F1101B;
}
</style>
background-color css
<style>
a { background-color: #F1101B; }
a { background-color: rgb(241,16,27); }
div.DivClassName
{
background-color: #F1101B;
}
.BgClassName
{
background-color: #F1101B;
}
</style>
border-color css
<style>
span { border-color: #F1101B; }
span { border-color: rgb(241,16,27); }
td.TdClassName
{
border-color: #F1101B;
}
.TagClassName
{
border-color: #F1101B;
}
</style>