Shades of Torch Red #F1133B
Tints of Torch Red #F1133B
RGB
CMYK
RGB Variations
Color information
#F1133B (or 0xF1133B) is known color: Torch Red. HEX triplet: F1, 13 and 3B. RGB value is (241,19,59). Sum of RGB (Red+Green+Blue) = 241+19+59=319 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.55% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 241 - color contains mainly: red. Hex color #F1133B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1133B is #0EECC4. Grayscale: #595959. Windows color (decimal): -978117 or 3871729. OLE color: 3871729.
HSL color Cylindrical-coordinate representation of color #F1133B: hue angle of 349.19º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1133B is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 59 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.05 |
| HSL | 349.19º | 0.89% | 0.51% | - |
| HSV(B) | 349.19º | 0.92% | 0.95% | - |
| XYZ | 37.3 | 19.48 | 5.93 | - |
| YUV | 89.94 | 110.55 | 235.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 59 | 0 | 0.92 | 0.76 | 0.05 | 349.19 | 0.89 | 0.51 |
| Hex | F1 | 13 | 3B | 0 | 5C | 4C | 5 | 15D | 59 | 33 |
| Octal | 361 | 23 | 73 | 0 | 134 | 114 | 5 | 535 | 131 | 63 |
| Binary | 11110001 | 10011 | 111011 | 0 | 1011100 | 1001100 | 101 | 101011101 | 1011001 | 110011 |
Color Harmonies of #F1133B
Complementary color
Monochromatic Colors of #F1133B
Black with #F1133B
Text Example
Text Example
White with #F1133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1133B; }
p { color: rgb(241,19,59); }
H1.HeaderClassName
{
color: #F1133B;
}
.AnyTagClassName
{
color: #F1133B;
}
</style>
background-color css
<style>
a { background-color: #F1133B; }
a { background-color: rgb(241,19,59); }
div.DivClassName
{
background-color: #F1133B;
}
.BgClassName
{
background-color: #F1133B;
}
</style>
border-color css
<style>
span { border-color: #F1133B; }
span { border-color: rgb(241,19,59); }
td.TdClassName
{
border-color: #F1133B;
}
.TagClassName
{
border-color: #F1133B;
}
</style>