Shades of Torch Red #F11841
Tints of Torch Red #F11841
RGB
CMYK
RGB Variations
Color information
#F11841 (or 0xF11841) is known color: Torch Red. HEX triplet: F1, 18 and 41. RGB value is (241,24,65). Sum of RGB (Red+Green+Blue) = 241+24+65=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F11841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11841 is #0EE7BE. Grayscale: #5D5D5D. Windows color (decimal): -976831 or 4266225. OLE color: 4266225.
HSL color Cylindrical-coordinate representation of color #F11841: hue angle of 348.66º 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 #F11841 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 65 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.05 |
| HSL | 348.66º | 0.89% | 0.52% | - |
| HSV(B) | 348.66º | 0.9% | 0.95% | - |
| XYZ | 37.56 | 19.74 | 6.83 | - |
| YUV | 93.56 | 111.89 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 65 | 0 | 0.90 | 0.73 | 0.05 | 348.66 | 0.89 | 0.52 |
| Hex | F1 | 18 | 41 | 0 | 5A | 49 | 5 | 15D | 59 | 34 |
| Octal | 361 | 30 | 101 | 0 | 132 | 111 | 5 | 535 | 131 | 64 |
| Binary | 11110001 | 11000 | 1000001 | 0 | 1011010 | 1001001 | 101 | 101011101 | 1011001 | 110100 |
Color Harmonies of #F11841
Complementary color
Monochromatic Colors of #F11841
Black with #F11841
Text Example
Text Example
White with #F11841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11841; }
p { color: rgb(241,24,65); }
H1.HeaderClassName
{
color: #F11841;
}
.AnyTagClassName
{
color: #F11841;
}
</style>
background-color css
<style>
a { background-color: #F11841; }
a { background-color: rgb(241,24,65); }
div.DivClassName
{
background-color: #F11841;
}
.BgClassName
{
background-color: #F11841;
}
</style>
border-color css
<style>
span { border-color: #F11841; }
span { border-color: rgb(241,24,65); }
td.TdClassName
{
border-color: #F11841;
}
.TagClassName
{
border-color: #F11841;
}
</style>