Shades of Torch Red #F11032
Tints of Torch Red #F11032
RGB
CMYK
RGB Variations
Color information
#F11032 (or 0xF11032) is known color: Torch Red. HEX triplet: F1, 10 and 32. RGB value is (241,16,50). Sum of RGB (Red+Green+Blue) = 241+16+50=307 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.50% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 241 - color contains mainly: red. Hex color #F11032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11032 is #0EEFCD. Grayscale: #575757. Windows color (decimal): -978894 or 3281137. OLE color: 3281137.
HSL color Cylindrical-coordinate representation of color #F11032: hue angle of 350.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11032 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 50 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.05 |
| HSL | 350.93º | 0.89% | 0.5% | - |
| HSV(B) | 350.93º | 0.93% | 0.95% | - |
| XYZ | 37.04 | 19.3 | 4.79 | - |
| YUV | 87.15 | 107.04 | 237.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 50 | 0 | 0.93 | 0.79 | 0.05 | 350.93 | 0.89 | 0.5 |
| Hex | F1 | 10 | 32 | 0 | 5D | 4F | 5 | 15F | 59 | 32 |
| Octal | 361 | 20 | 62 | 0 | 135 | 117 | 5 | 537 | 131 | 62 |
| Binary | 11110001 | 10000 | 110010 | 0 | 1011101 | 1001111 | 101 | 101011111 | 1011001 | 110010 |
Color Harmonies of #F11032
Complementary color
Monochromatic Colors of #F11032
Black with #F11032
Text Example
Text Example
White with #F11032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11032; }
p { color: rgb(241,16,50); }
H1.HeaderClassName
{
color: #F11032;
}
.AnyTagClassName
{
color: #F11032;
}
</style>
background-color css
<style>
a { background-color: #F11032; }
a { background-color: rgb(241,16,50); }
div.DivClassName
{
background-color: #F11032;
}
.BgClassName
{
background-color: #F11032;
}
</style>
border-color css
<style>
span { border-color: #F11032; }
span { border-color: rgb(241,16,50); }
td.TdClassName
{
border-color: #F11032;
}
.TagClassName
{
border-color: #F11032;
}
</style>