Shades of Torch Red #F11134
Tints of Torch Red #F11134
RGB
CMYK
RGB Variations
Color information
#F11134 (or 0xF11134) is known color: Torch Red. HEX triplet: F1, 11 and 34. RGB value is (241,17,52). Sum of RGB (Red+Green+Blue) = 241+17+52=310 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.74% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 241 - color contains mainly: red. Hex color #F11134 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11134 is #0EEECB. Grayscale: #585858. Windows color (decimal): -978636 or 3412465. OLE color: 3412465.
HSL color Cylindrical-coordinate representation of color #F11134: hue angle of 350.62º 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 #F11134 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 52 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.05 |
| HSL | 350.63º | 0.89% | 0.51% | - |
| HSV(B) | 350.63º | 0.93% | 0.95% | - |
| XYZ | 37.1 | 19.35 | 5.03 | - |
| YUV | 87.97 | 107.71 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 52 | 0 | 0.93 | 0.78 | 0.05 | 350.63 | 0.89 | 0.51 |
| Hex | F1 | 11 | 34 | 0 | 5D | 4E | 5 | 15F | 59 | 33 |
| Octal | 361 | 21 | 64 | 0 | 135 | 116 | 5 | 537 | 131 | 63 |
| Binary | 11110001 | 10001 | 110100 | 0 | 1011101 | 1001110 | 101 | 101011111 | 1011001 | 110011 |
Color Harmonies of #F11134
Complementary color
Monochromatic Colors of #F11134
Black with #F11134
Text Example
Text Example
White with #F11134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11134; }
p { color: rgb(241,17,52); }
H1.HeaderClassName
{
color: #F11134;
}
.AnyTagClassName
{
color: #F11134;
}
</style>
background-color css
<style>
a { background-color: #F11134; }
a { background-color: rgb(241,17,52); }
div.DivClassName
{
background-color: #F11134;
}
.BgClassName
{
background-color: #F11134;
}
</style>
border-color css
<style>
span { border-color: #F11134; }
span { border-color: rgb(241,17,52); }
td.TdClassName
{
border-color: #F11134;
}
.TagClassName
{
border-color: #F11134;
}
</style>