Shades of Torch Red #F11121
Tints of Torch Red #F11121
RGB
CMYK
RGB Variations
Color information
#F11121 (or 0xF11121) is known color: Torch Red. HEX triplet: F1, 11 and 21. RGB value is (241,17,33). Sum of RGB (Red+Green+Blue) = 241+17+33=291 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.82% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 241 - color contains mainly: red. Hex color #F11121 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11121 is #0EEEDE. Grayscale: #555555. Windows color (decimal): -978655 or 2167281. OLE color: 2167281.
HSL color Cylindrical-coordinate representation of color #F11121: hue angle of 355.71º 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 #F11121 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 33 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.05 |
| HSL | 355.71º | 0.89% | 0.51% | - |
| HSV(B) | 355.71º | 0.93% | 0.95% | - |
| XYZ | 36.75 | 19.21 | 3.21 | - |
| YUV | 85.8 | 98.21 | 238.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 33 | 0 | 0.93 | 0.86 | 0.05 | 355.71 | 0.89 | 0.51 |
| Hex | F1 | 11 | 21 | 0 | 5D | 56 | 5 | 164 | 59 | 33 |
| Octal | 361 | 21 | 41 | 0 | 135 | 126 | 5 | 544 | 131 | 63 |
| Binary | 11110001 | 10001 | 100001 | 0 | 1011101 | 1010110 | 101 | 101100100 | 1011001 | 110011 |
Color Harmonies of #F11121
Complementary color
Monochromatic Colors of #F11121
Black with #F11121
Text Example
Text Example
White with #F11121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11121; }
p { color: rgb(241,17,33); }
H1.HeaderClassName
{
color: #F11121;
}
.AnyTagClassName
{
color: #F11121;
}
</style>
background-color css
<style>
a { background-color: #F11121; }
a { background-color: rgb(241,17,33); }
div.DivClassName
{
background-color: #F11121;
}
.BgClassName
{
background-color: #F11121;
}
</style>
border-color css
<style>
span { border-color: #F11121; }
span { border-color: rgb(241,17,33); }
td.TdClassName
{
border-color: #F11121;
}
.TagClassName
{
border-color: #F11121;
}
</style>