Shades of Torch Red #F11349
Tints of Torch Red #F11349
RGB
CMYK
RGB Variations
Color information
#F11349 (or 0xF11349) is known color: Torch Red. HEX triplet: F1, 13 and 49. RGB value is (241,19,73). Sum of RGB (Red+Green+Blue) = 241+19+73=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F11349 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11349 is #0EECB6. Grayscale: #5B5B5B. Windows color (decimal): -978103 or 4789233. OLE color: 4789233.
HSL color Cylindrical-coordinate representation of color #F11349: hue angle of 345.41º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11349 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 73 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.05 |
| HSL | 345.41º | 0.89% | 0.51% | - |
| HSV(B) | 345.41º | 0.92% | 0.95% | - |
| XYZ | 37.71 | 19.65 | 8.11 | - |
| YUV | 91.53 | 117.55 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 73 | 0 | 0.92 | 0.70 | 0.05 | 345.41 | 0.89 | 0.51 |
| Hex | F1 | 13 | 49 | 0 | 5C | 46 | 5 | 159 | 59 | 33 |
| Octal | 361 | 23 | 111 | 0 | 134 | 106 | 5 | 531 | 131 | 63 |
| Binary | 11110001 | 10011 | 1001001 | 0 | 1011100 | 1000110 | 101 | 101011001 | 1011001 | 110011 |
Color Harmonies of #F11349
Complementary color
Monochromatic Colors of #F11349
Black with #F11349
Text Example
Text Example
White with #F11349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11349; }
p { color: rgb(241,19,73); }
H1.HeaderClassName
{
color: #F11349;
}
.AnyTagClassName
{
color: #F11349;
}
</style>
background-color css
<style>
a { background-color: #F11349; }
a { background-color: rgb(241,19,73); }
div.DivClassName
{
background-color: #F11349;
}
.BgClassName
{
background-color: #F11349;
}
</style>
border-color css
<style>
span { border-color: #F11349; }
span { border-color: rgb(241,19,73); }
td.TdClassName
{
border-color: #F11349;
}
.TagClassName
{
border-color: #F11349;
}
</style>