Shades of Torch Red #F11133
Tints of Torch Red #F11133
RGB
CMYK
RGB Variations
Color information
#F11133 (or 0xF11133) is known color: Torch Red. HEX triplet: F1, 11 and 33. RGB value is (241,17,51). Sum of RGB (Red+Green+Blue) = 241+17+51=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F11133 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11133 is #0EEECC. Grayscale: #575757. Windows color (decimal): -978637 or 3346929. OLE color: 3346929.
HSL color Cylindrical-coordinate representation of color #F11133: hue angle of 350.89º 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 #F11133 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 51 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.05 |
| HSL | 350.89º | 0.89% | 0.51% | - |
| HSV(B) | 350.89º | 0.93% | 0.95% | - |
| XYZ | 37.07 | 19.34 | 4.91 | - |
| YUV | 87.85 | 107.21 | 237.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 51 | 0 | 0.93 | 0.79 | 0.05 | 350.89 | 0.89 | 0.51 |
| Hex | F1 | 11 | 33 | 0 | 5D | 4F | 5 | 15F | 59 | 33 |
| Octal | 361 | 21 | 63 | 0 | 135 | 117 | 5 | 537 | 131 | 63 |
| Binary | 11110001 | 10001 | 110011 | 0 | 1011101 | 1001111 | 101 | 101011111 | 1011001 | 110011 |
Color Harmonies of #F11133
Complementary color
Monochromatic Colors of #F11133
Black with #F11133
Text Example
Text Example
White with #F11133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11133; }
p { color: rgb(241,17,51); }
H1.HeaderClassName
{
color: #F11133;
}
.AnyTagClassName
{
color: #F11133;
}
</style>
background-color css
<style>
a { background-color: #F11133; }
a { background-color: rgb(241,17,51); }
div.DivClassName
{
background-color: #F11133;
}
.BgClassName
{
background-color: #F11133;
}
</style>
border-color css
<style>
span { border-color: #F11133; }
span { border-color: rgb(241,17,51); }
td.TdClassName
{
border-color: #F11133;
}
.TagClassName
{
border-color: #F11133;
}
</style>