Shades of Torch Red #F11016
Tints of Torch Red #F11016
RGB
CMYK
RGB Variations
Color information
#F11016 (or 0xF11016) is known color: Torch Red. HEX triplet: F1, 10 and 16. RGB value is (241,16,22). Sum of RGB (Red+Green+Blue) = 241+16+22=279 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.38% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 241 - color contains mainly: red. Hex color #F11016 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11016 is #0EEFE9. Grayscale: #545454. Windows color (decimal): -978922 or 1446129. OLE color: 1446129.
HSL color Cylindrical-coordinate representation of color #F11016: hue angle of 358.4º 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 #F11016 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 22 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.05 |
| HSL | 358.4º | 0.89% | 0.5% | - |
| HSV(B) | 358.4º | 0.93% | 0.95% | - |
| XYZ | 36.61 | 19.13 | 2.52 | - |
| YUV | 83.96 | 93.04 | 240.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 22 | 0 | 0.93 | 0.91 | 0.05 | 358.4 | 0.89 | 0.5 |
| Hex | F1 | 10 | 16 | 0 | 5D | 5B | 5 | 166 | 59 | 32 |
| Octal | 361 | 20 | 26 | 0 | 135 | 133 | 5 | 546 | 131 | 62 |
| Binary | 11110001 | 10000 | 10110 | 0 | 1011101 | 1011011 | 101 | 101100110 | 1011001 | 110010 |
Color Harmonies of #F11016
Complementary color
Monochromatic Colors of #F11016
Black with #F11016
Text Example
Text Example
White with #F11016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11016; }
p { color: rgb(241,16,22); }
H1.HeaderClassName
{
color: #F11016;
}
.AnyTagClassName
{
color: #F11016;
}
</style>
background-color css
<style>
a { background-color: #F11016; }
a { background-color: rgb(241,16,22); }
div.DivClassName
{
background-color: #F11016;
}
.BgClassName
{
background-color: #F11016;
}
</style>
border-color css
<style>
span { border-color: #F11016; }
span { border-color: rgb(241,16,22); }
td.TdClassName
{
border-color: #F11016;
}
.TagClassName
{
border-color: #F11016;
}
</style>