Shades of Torch Red #F11245
Tints of Torch Red #F11245
RGB
CMYK
RGB Variations
Color information
#F11245 (or 0xF11245) is known color: Torch Red. HEX triplet: F1, 12 and 45. RGB value is (241,18,69). Sum of RGB (Red+Green+Blue) = 241+18+69=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F11245 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11245 is #0EEDBA. Grayscale: #5A5A5A. Windows color (decimal): -978363 or 4526833. OLE color: 4526833.
HSL color Cylindrical-coordinate representation of color #F11245: hue angle of 346.28º 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 #F11245 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 69 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.05 |
| HSL | 346.28º | 0.89% | 0.51% | - |
| HSV(B) | 346.28º | 0.93% | 0.95% | - |
| XYZ | 37.57 | 19.56 | 7.43 | - |
| YUV | 90.49 | 115.88 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 69 | 0 | 0.93 | 0.71 | 0.05 | 346.28 | 0.89 | 0.51 |
| Hex | F1 | 12 | 45 | 0 | 5D | 47 | 5 | 15A | 59 | 33 |
| Octal | 361 | 22 | 105 | 0 | 135 | 107 | 5 | 532 | 131 | 63 |
| Binary | 11110001 | 10010 | 1000101 | 0 | 1011101 | 1000111 | 101 | 101011010 | 1011001 | 110011 |
Color Harmonies of #F11245
Complementary color
Monochromatic Colors of #F11245
Black with #F11245
Text Example
Text Example
White with #F11245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11245; }
p { color: rgb(241,18,69); }
H1.HeaderClassName
{
color: #F11245;
}
.AnyTagClassName
{
color: #F11245;
}
</style>
background-color css
<style>
a { background-color: #F11245; }
a { background-color: rgb(241,18,69); }
div.DivClassName
{
background-color: #F11245;
}
.BgClassName
{
background-color: #F11245;
}
</style>
border-color css
<style>
span { border-color: #F11245; }
span { border-color: rgb(241,18,69); }
td.TdClassName
{
border-color: #F11245;
}
.TagClassName
{
border-color: #F11245;
}
</style>