Shades of Torch Red #F11538
Tints of Torch Red #F11538
RGB
CMYK
RGB Variations
Color information
#F11538 (or 0xF11538) is known color: Torch Red. HEX triplet: F1, 15 and 38. RGB value is (241,21,56). Sum of RGB (Red+Green+Blue) = 241+21+56=318 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.79% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 241 - color contains mainly: red. Hex color #F11538 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11538 is #0EEAC7. Grayscale: #5A5A5A. Windows color (decimal): -977608 or 3675633. OLE color: 3675633.
HSL color Cylindrical-coordinate representation of color #F11538: hue angle of 350.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11538 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 56 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.05 |
| HSL | 350.45º | 0.89% | 0.51% | - |
| HSV(B) | 350.45º | 0.91% | 0.95% | - |
| XYZ | 37.26 | 19.52 | 5.55 | - |
| YUV | 90.77 | 108.39 | 235.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 56 | 0 | 0.91 | 0.77 | 0.05 | 350.45 | 0.89 | 0.51 |
| Hex | F1 | 15 | 38 | 0 | 5B | 4D | 5 | 15E | 59 | 33 |
| Octal | 361 | 25 | 70 | 0 | 133 | 115 | 5 | 536 | 131 | 63 |
| Binary | 11110001 | 10101 | 111000 | 0 | 1011011 | 1001101 | 101 | 101011110 | 1011001 | 110011 |
Color Harmonies of #F11538
Complementary color
Monochromatic Colors of #F11538
Black with #F11538
Text Example
Text Example
White with #F11538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11538; }
p { color: rgb(241,21,56); }
H1.HeaderClassName
{
color: #F11538;
}
.AnyTagClassName
{
color: #F11538;
}
</style>
background-color css
<style>
a { background-color: #F11538; }
a { background-color: rgb(241,21,56); }
div.DivClassName
{
background-color: #F11538;
}
.BgClassName
{
background-color: #F11538;
}
</style>
border-color css
<style>
span { border-color: #F11538; }
span { border-color: rgb(241,21,56); }
td.TdClassName
{
border-color: #F11538;
}
.TagClassName
{
border-color: #F11538;
}
</style>