Shades of Torch Red #F11145
Tints of Torch Red #F11145
RGB
CMYK
RGB Variations
Color information
#F11145 (or 0xF11145) is known color: Torch Red. HEX triplet: F1, 11 and 45. RGB value is (241,17,69). Sum of RGB (Red+Green+Blue) = 241+17+69=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F11145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11145 is #0EEEBA. Grayscale: #595959. Windows color (decimal): -978619 or 4526577. OLE color: 4526577.
HSL color Cylindrical-coordinate representation of color #F11145: hue angle of 346.07º 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 #F11145 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 69 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.05 |
| HSL | 346.07º | 0.89% | 0.51% | - |
| HSV(B) | 346.07º | 0.93% | 0.95% | - |
| XYZ | 37.55 | 19.53 | 7.42 | - |
| YUV | 89.9 | 116.21 | 235.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 69 | 0 | 0.93 | 0.71 | 0.05 | 346.07 | 0.89 | 0.51 |
| Hex | F1 | 11 | 45 | 0 | 5D | 47 | 5 | 15A | 59 | 33 |
| Octal | 361 | 21 | 105 | 0 | 135 | 107 | 5 | 532 | 131 | 63 |
| Binary | 11110001 | 10001 | 1000101 | 0 | 1011101 | 1000111 | 101 | 101011010 | 1011001 | 110011 |
Color Harmonies of #F11145
Complementary color
Monochromatic Colors of #F11145
Black with #F11145
Text Example
Text Example
White with #F11145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11145; }
p { color: rgb(241,17,69); }
H1.HeaderClassName
{
color: #F11145;
}
.AnyTagClassName
{
color: #F11145;
}
</style>
background-color css
<style>
a { background-color: #F11145; }
a { background-color: rgb(241,17,69); }
div.DivClassName
{
background-color: #F11145;
}
.BgClassName
{
background-color: #F11145;
}
</style>
border-color css
<style>
span { border-color: #F11145; }
span { border-color: rgb(241,17,69); }
td.TdClassName
{
border-color: #F11145;
}
.TagClassName
{
border-color: #F11145;
}
</style>