Shades of Torch Red #F11131
Tints of Torch Red #F11131
RGB
CMYK
RGB Variations
Color information
#F11131 (or 0xF11131) is known color: Torch Red. HEX triplet: F1, 11 and 31. RGB value is (241,17,49). Sum of RGB (Red+Green+Blue) = 241+17+49=307 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.50% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 241 - color contains mainly: red. Hex color #F11131 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11131 is #0EEECE. Grayscale: #575757. Windows color (decimal): -978639 or 3215857. OLE color: 3215857.
HSL color Cylindrical-coordinate representation of color #F11131: hue angle of 351.43º 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 #F11131 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 49 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.05 |
| HSL | 351.43º | 0.89% | 0.51% | - |
| HSV(B) | 351.43º | 0.93% | 0.95% | - |
| XYZ | 37.03 | 19.32 | 4.68 | - |
| YUV | 87.62 | 106.21 | 237.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 49 | 0 | 0.93 | 0.80 | 0.05 | 351.43 | 0.89 | 0.51 |
| Hex | F1 | 11 | 31 | 0 | 5D | 50 | 5 | 15F | 59 | 33 |
| Octal | 361 | 21 | 61 | 0 | 135 | 120 | 5 | 537 | 131 | 63 |
| Binary | 11110001 | 10001 | 110001 | 0 | 1011101 | 1010000 | 101 | 101011111 | 1011001 | 110011 |
Color Harmonies of #F11131
Complementary color
Monochromatic Colors of #F11131
Black with #F11131
Text Example
Text Example
White with #F11131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11131; }
p { color: rgb(241,17,49); }
H1.HeaderClassName
{
color: #F11131;
}
.AnyTagClassName
{
color: #F11131;
}
</style>
background-color css
<style>
a { background-color: #F11131; }
a { background-color: rgb(241,17,49); }
div.DivClassName
{
background-color: #F11131;
}
.BgClassName
{
background-color: #F11131;
}
</style>
border-color css
<style>
span { border-color: #F11131; }
span { border-color: rgb(241,17,49); }
td.TdClassName
{
border-color: #F11131;
}
.TagClassName
{
border-color: #F11131;
}
</style>