Shades of Torch Red #F11017
Tints of Torch Red #F11017
RGB
CMYK
RGB Variations
Color information
#F11017 (or 0xF11017) is known color: Torch Red. HEX triplet: F1, 10 and 17. RGB value is (241,16,23). Sum of RGB (Red+Green+Blue) = 241+16+23=280 (37% of max value = 765). Red value is 241 (94.53% from 255 or 86.07% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 241 - color contains mainly: red. Hex color #F11017 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11017 is #0EEFE8. Grayscale: #545454. Windows color (decimal): -978921 or 1511665. OLE color: 1511665.
HSL color Cylindrical-coordinate representation of color #F11017: hue angle of 358.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11017 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 23 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.05 |
| HSL | 358.13º | 0.89% | 0.5% | - |
| HSV(B) | 358.13º | 0.93% | 0.95% | - |
| XYZ | 36.62 | 19.13 | 2.57 | - |
| YUV | 84.07 | 93.54 | 239.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 23 | 0 | 0.93 | 0.90 | 0.05 | 358.13 | 0.89 | 0.5 |
| Hex | F1 | 10 | 17 | 0 | 5D | 5A | 5 | 166 | 59 | 32 |
| Octal | 361 | 20 | 27 | 0 | 135 | 132 | 5 | 546 | 131 | 62 |
| Binary | 11110001 | 10000 | 10111 | 0 | 1011101 | 1011010 | 101 | 101100110 | 1011001 | 110010 |
Color Harmonies of #F11017
Complementary color
Monochromatic Colors of #F11017
Black with #F11017
Text Example
Text Example
White with #F11017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11017; }
p { color: rgb(241,16,23); }
H1.HeaderClassName
{
color: #F11017;
}
.AnyTagClassName
{
color: #F11017;
}
</style>
background-color css
<style>
a { background-color: #F11017; }
a { background-color: rgb(241,16,23); }
div.DivClassName
{
background-color: #F11017;
}
.BgClassName
{
background-color: #F11017;
}
</style>
border-color css
<style>
span { border-color: #F11017; }
span { border-color: rgb(241,16,23); }
td.TdClassName
{
border-color: #F11017;
}
.TagClassName
{
border-color: #F11017;
}
</style>