Shades of Torch Red #F11117
Tints of Torch Red #F11117
RGB
CMYK
RGB Variations
Color information
#F11117 (or 0xF11117) is known color: Torch Red. HEX triplet: F1, 11 and 17. RGB value is (241,17,23). Sum of RGB (Red+Green+Blue) = 241+17+23=281 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.77% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 241 - color contains mainly: red. Hex color #F11117 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11117 is #0EEEE8. Grayscale: #545454. Windows color (decimal): -978665 or 1511921. OLE color: 1511921.
HSL color Cylindrical-coordinate representation of color #F11117: hue angle of 358.39º 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 #F11117 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 23 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.05 |
| HSL | 358.39º | 0.89% | 0.51% | - |
| HSV(B) | 358.39º | 0.93% | 0.95% | - |
| XYZ | 36.63 | 19.16 | 2.58 | - |
| YUV | 84.66 | 93.21 | 239.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 23 | 0 | 0.93 | 0.90 | 0.05 | 358.39 | 0.89 | 0.51 |
| Hex | F1 | 11 | 17 | 0 | 5D | 5A | 5 | 166 | 59 | 33 |
| Octal | 361 | 21 | 27 | 0 | 135 | 132 | 5 | 546 | 131 | 63 |
| Binary | 11110001 | 10001 | 10111 | 0 | 1011101 | 1011010 | 101 | 101100110 | 1011001 | 110011 |
Color Harmonies of #F11117
Complementary color
Monochromatic Colors of #F11117
Black with #F11117
Text Example
Text Example
White with #F11117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11117; }
p { color: rgb(241,17,23); }
H1.HeaderClassName
{
color: #F11117;
}
.AnyTagClassName
{
color: #F11117;
}
</style>
background-color css
<style>
a { background-color: #F11117; }
a { background-color: rgb(241,17,23); }
div.DivClassName
{
background-color: #F11117;
}
.BgClassName
{
background-color: #F11117;
}
</style>
border-color css
<style>
span { border-color: #F11117; }
span { border-color: rgb(241,17,23); }
td.TdClassName
{
border-color: #F11117;
}
.TagClassName
{
border-color: #F11117;
}
</style>