Shades of Torch Red #F1133A
Tints of Torch Red #F1133A
RGB
CMYK
RGB Variations
Color information
#F1133A (or 0xF1133A) is known color: Torch Red. HEX triplet: F1, 13 and 3A. RGB value is (241,19,58). Sum of RGB (Red+Green+Blue) = 241+19+58=318 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.79% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 241 - color contains mainly: red. Hex color #F1133A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1133A is #0EECC5. Grayscale: #595959. Windows color (decimal): -978118 or 3806193. OLE color: 3806193.
HSL color Cylindrical-coordinate representation of color #F1133A: hue angle of 349.46º 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 #F1133A is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 58 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.05 |
| HSL | 349.46º | 0.89% | 0.51% | - |
| HSV(B) | 349.46º | 0.92% | 0.95% | - |
| XYZ | 37.27 | 19.47 | 5.8 | - |
| YUV | 89.82 | 110.05 | 235.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 58 | 0 | 0.92 | 0.76 | 0.05 | 349.46 | 0.89 | 0.51 |
| Hex | F1 | 13 | 3A | 0 | 5C | 4C | 5 | 15D | 59 | 33 |
| Octal | 361 | 23 | 72 | 0 | 134 | 114 | 5 | 535 | 131 | 63 |
| Binary | 11110001 | 10011 | 111010 | 0 | 1011100 | 1001100 | 101 | 101011101 | 1011001 | 110011 |
Color Harmonies of #F1133A
Complementary color
Monochromatic Colors of #F1133A
Black with #F1133A
Text Example
Text Example
White with #F1133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1133A; }
p { color: rgb(241,19,58); }
H1.HeaderClassName
{
color: #F1133A;
}
.AnyTagClassName
{
color: #F1133A;
}
</style>
background-color css
<style>
a { background-color: #F1133A; }
a { background-color: rgb(241,19,58); }
div.DivClassName
{
background-color: #F1133A;
}
.BgClassName
{
background-color: #F1133A;
}
</style>
border-color css
<style>
span { border-color: #F1133A; }
span { border-color: rgb(241,19,58); }
td.TdClassName
{
border-color: #F1133A;
}
.TagClassName
{
border-color: #F1133A;
}
</style>