Shades of Torch Red #F11741
Tints of Torch Red #F11741
RGB
CMYK
RGB Variations
Color information
#F11741 (or 0xF11741) is known color: Torch Red. HEX triplet: F1, 17 and 41. RGB value is (241,23,65). Sum of RGB (Red+Green+Blue) = 241+23+65=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F11741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11741 is #0EE8BE. Grayscale: #5D5D5D. Windows color (decimal): -977087 or 4265969. OLE color: 4265969.
HSL color Cylindrical-coordinate representation of color #F11741: hue angle of 348.44º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11741 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 65 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.05 |
| HSL | 348.44º | 0.89% | 0.52% | - |
| HSV(B) | 348.44º | 0.9% | 0.95% | - |
| XYZ | 37.54 | 19.7 | 6.82 | - |
| YUV | 92.97 | 112.22 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 65 | 0 | 0.90 | 0.73 | 0.05 | 348.44 | 0.89 | 0.52 |
| Hex | F1 | 17 | 41 | 0 | 5A | 49 | 5 | 15C | 59 | 34 |
| Octal | 361 | 27 | 101 | 0 | 132 | 111 | 5 | 534 | 131 | 64 |
| Binary | 11110001 | 10111 | 1000001 | 0 | 1011010 | 1001001 | 101 | 101011100 | 1011001 | 110100 |
Color Harmonies of #F11741
Complementary color
Monochromatic Colors of #F11741
Black with #F11741
Text Example
Text Example
White with #F11741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11741; }
p { color: rgb(241,23,65); }
H1.HeaderClassName
{
color: #F11741;
}
.AnyTagClassName
{
color: #F11741;
}
</style>
background-color css
<style>
a { background-color: #F11741; }
a { background-color: rgb(241,23,65); }
div.DivClassName
{
background-color: #F11741;
}
.BgClassName
{
background-color: #F11741;
}
</style>
border-color css
<style>
span { border-color: #F11741; }
span { border-color: rgb(241,23,65); }
td.TdClassName
{
border-color: #F11741;
}
.TagClassName
{
border-color: #F11741;
}
</style>