Shades of Torch Red #F11237
Tints of Torch Red #F11237
RGB
CMYK
RGB Variations
Color information
#F11237 (or 0xF11237) is known color: Torch Red. HEX triplet: F1, 12 and 37. RGB value is (241,18,55). Sum of RGB (Red+Green+Blue) = 241+18+55=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F11237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11237 is #0EEDC8. Grayscale: #585858. Windows color (decimal): -978377 or 3609329. OLE color: 3609329.
HSL color Cylindrical-coordinate representation of color #F11237: hue angle of 350.04º 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 #F11237 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 55 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.05 |
| HSL | 350.04º | 0.89% | 0.51% | - |
| HSV(B) | 350.04º | 0.93% | 0.95% | - |
| XYZ | 37.18 | 19.41 | 5.4 | - |
| YUV | 88.9 | 108.88 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 55 | 0 | 0.93 | 0.77 | 0.05 | 350.04 | 0.89 | 0.51 |
| Hex | F1 | 12 | 37 | 0 | 5D | 4D | 5 | 15E | 59 | 33 |
| Octal | 361 | 22 | 67 | 0 | 135 | 115 | 5 | 536 | 131 | 63 |
| Binary | 11110001 | 10010 | 110111 | 0 | 1011101 | 1001101 | 101 | 101011110 | 1011001 | 110011 |
Color Harmonies of #F11237
Complementary color
Monochromatic Colors of #F11237
Black with #F11237
Text Example
Text Example
White with #F11237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11237; }
p { color: rgb(241,18,55); }
H1.HeaderClassName
{
color: #F11237;
}
.AnyTagClassName
{
color: #F11237;
}
</style>
background-color css
<style>
a { background-color: #F11237; }
a { background-color: rgb(241,18,55); }
div.DivClassName
{
background-color: #F11237;
}
.BgClassName
{
background-color: #F11237;
}
</style>
border-color css
<style>
span { border-color: #F11237; }
span { border-color: rgb(241,18,55); }
td.TdClassName
{
border-color: #F11237;
}
.TagClassName
{
border-color: #F11237;
}
</style>