Shades of Torch Red #F11119
Tints of Torch Red #F11119
RGB
CMYK
RGB Variations
Color information
#F11119 (or 0xF11119) is known color: Torch Red. HEX triplet: F1, 11 and 19. RGB value is (241,17,25). Sum of RGB (Red+Green+Blue) = 241+17+25=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F11119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11119 is #0EEEE6. Grayscale: #555555. Windows color (decimal): -978663 or 1642993. OLE color: 1642993.
HSL color Cylindrical-coordinate representation of color #F11119: hue angle of 357.86º 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 #F11119 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 25 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.05 |
| HSL | 357.86º | 0.89% | 0.51% | - |
| HSV(B) | 357.86º | 0.93% | 0.95% | - |
| XYZ | 36.65 | 19.17 | 2.69 | - |
| YUV | 84.89 | 94.21 | 239.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 25 | 0 | 0.93 | 0.90 | 0.05 | 357.86 | 0.89 | 0.51 |
| Hex | F1 | 11 | 19 | 0 | 5D | 5A | 5 | 166 | 59 | 33 |
| Octal | 361 | 21 | 31 | 0 | 135 | 132 | 5 | 546 | 131 | 63 |
| Binary | 11110001 | 10001 | 11001 | 0 | 1011101 | 1011010 | 101 | 101100110 | 1011001 | 110011 |
Color Harmonies of #F11119
Complementary color
Monochromatic Colors of #F11119
Black with #F11119
Text Example
Text Example
White with #F11119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11119; }
p { color: rgb(241,17,25); }
H1.HeaderClassName
{
color: #F11119;
}
.AnyTagClassName
{
color: #F11119;
}
</style>
background-color css
<style>
a { background-color: #F11119; }
a { background-color: rgb(241,17,25); }
div.DivClassName
{
background-color: #F11119;
}
.BgClassName
{
background-color: #F11119;
}
</style>
border-color css
<style>
span { border-color: #F11119; }
span { border-color: rgb(241,17,25); }
td.TdClassName
{
border-color: #F11119;
}
.TagClassName
{
border-color: #F11119;
}
</style>