Shades of Torch Red #F1121D
Tints of Torch Red #F1121D
RGB
CMYK
RGB Variations
Color information
#F1121D (or 0xF1121D) is known color: Torch Red. HEX triplet: F1, 12 and 1D. RGB value is (241,18,29). Sum of RGB (Red+Green+Blue) = 241+18+29=288 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.68% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 241 - color contains mainly: red. Hex color #F1121D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1121D is #0EEDE2. Grayscale: #565656. Windows color (decimal): -978403 or 1905393. OLE color: 1905393.
HSL color Cylindrical-coordinate representation of color #F1121D: hue angle of 357.04º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1121D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 29 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.05 |
| HSL | 357.04º | 0.89% | 0.51% | - |
| HSV(B) | 357.04º | 0.93% | 0.95% | - |
| XYZ | 36.71 | 19.22 | 2.94 | - |
| YUV | 85.93 | 95.88 | 238.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 29 | 0 | 0.93 | 0.88 | 0.05 | 357.04 | 0.89 | 0.51 |
| Hex | F1 | 12 | 1D | 0 | 5D | 58 | 5 | 165 | 59 | 33 |
| Octal | 361 | 22 | 35 | 0 | 135 | 130 | 5 | 545 | 131 | 63 |
| Binary | 11110001 | 10010 | 11101 | 0 | 1011101 | 1011000 | 101 | 101100101 | 1011001 | 110011 |
Color Harmonies of #F1121D
Complementary color
Monochromatic Colors of #F1121D
Black with #F1121D
Text Example
Text Example
White with #F1121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1121D; }
p { color: rgb(241,18,29); }
H1.HeaderClassName
{
color: #F1121D;
}
.AnyTagClassName
{
color: #F1121D;
}
</style>
background-color css
<style>
a { background-color: #F1121D; }
a { background-color: rgb(241,18,29); }
div.DivClassName
{
background-color: #F1121D;
}
.BgClassName
{
background-color: #F1121D;
}
</style>
border-color css
<style>
span { border-color: #F1121D; }
span { border-color: rgb(241,18,29); }
td.TdClassName
{
border-color: #F1121D;
}
.TagClassName
{
border-color: #F1121D;
}
</style>