Shades of Torch Red #F1191D
Tints of Torch Red #F1191D
RGB
CMYK
RGB Variations
Color information
#F1191D (or 0xF1191D) is known color: Torch Red. HEX triplet: F1, 19 and 1D. RGB value is (241,25,29). Sum of RGB (Red+Green+Blue) = 241+25+29=295 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.69% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 241 - color contains mainly: red. Hex color #F1191D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1191D is #0EE6E2. Grayscale: #5A5A5A. Windows color (decimal): -976611 or 1907185. OLE color: 1907185.
HSL color Cylindrical-coordinate representation of color #F1191D: hue angle of 358.89º 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 #F1191D is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 29 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.05 |
| HSL | 358.89º | 0.89% | 0.52% | - |
| HSV(B) | 358.89º | 0.9% | 0.95% | - |
| XYZ | 36.85 | 19.48 | 2.98 | - |
| YUV | 90.04 | 93.56 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 29 | 0 | 0.90 | 0.88 | 0.05 | 358.89 | 0.89 | 0.52 |
| Hex | F1 | 19 | 1D | 0 | 5A | 58 | 5 | 167 | 59 | 34 |
| Octal | 361 | 31 | 35 | 0 | 132 | 130 | 5 | 547 | 131 | 64 |
| Binary | 11110001 | 11001 | 11101 | 0 | 1011010 | 1011000 | 101 | 101100111 | 1011001 | 110100 |
Color Harmonies of #F1191D
Complementary color
Monochromatic Colors of #F1191D
Black with #F1191D
Text Example
Text Example
White with #F1191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1191D; }
p { color: rgb(241,25,29); }
H1.HeaderClassName
{
color: #F1191D;
}
.AnyTagClassName
{
color: #F1191D;
}
</style>
background-color css
<style>
a { background-color: #F1191D; }
a { background-color: rgb(241,25,29); }
div.DivClassName
{
background-color: #F1191D;
}
.BgClassName
{
background-color: #F1191D;
}
</style>
border-color css
<style>
span { border-color: #F1191D; }
span { border-color: rgb(241,25,29); }
td.TdClassName
{
border-color: #F1191D;
}
.TagClassName
{
border-color: #F1191D;
}
</style>