Shades of Torch Red #F11338
Tints of Torch Red #F11338
RGB
CMYK
RGB Variations
Color information
#F11338 (or 0xF11338) is known color: Torch Red. HEX triplet: F1, 13 and 38. RGB value is (241,19,56). Sum of RGB (Red+Green+Blue) = 241+19+56=316 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.27% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 241 - color contains mainly: red. Hex color #F11338 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11338 is #0EECC7. Grayscale: #595959. Windows color (decimal): -978120 or 3675121. OLE color: 3675121.
HSL color Cylindrical-coordinate representation of color #F11338: hue angle of 350º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11338 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 56 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.05 |
| HSL | 350º | 0.89% | 0.51% | - |
| HSV(B) | 350º | 0.92% | 0.95% | - |
| XYZ | 37.22 | 19.45 | 5.53 | - |
| YUV | 89.6 | 109.05 | 235.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 56 | 0 | 0.92 | 0.77 | 0.05 | 350 | 0.89 | 0.51 |
| Hex | F1 | 13 | 38 | 0 | 5C | 4D | 5 | 15E | 59 | 33 |
| Octal | 361 | 23 | 70 | 0 | 134 | 115 | 5 | 536 | 131 | 63 |
| Binary | 11110001 | 10011 | 111000 | 0 | 1011100 | 1001101 | 101 | 101011110 | 1011001 | 110011 |
Color Harmonies of #F11338
Complementary color
Monochromatic Colors of #F11338
Black with #F11338
Text Example
Text Example
White with #F11338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11338; }
p { color: rgb(241,19,56); }
H1.HeaderClassName
{
color: #F11338;
}
.AnyTagClassName
{
color: #F11338;
}
</style>
background-color css
<style>
a { background-color: #F11338; }
a { background-color: rgb(241,19,56); }
div.DivClassName
{
background-color: #F11338;
}
.BgClassName
{
background-color: #F11338;
}
</style>
border-color css
<style>
span { border-color: #F11338; }
span { border-color: rgb(241,19,56); }
td.TdClassName
{
border-color: #F11338;
}
.TagClassName
{
border-color: #F11338;
}
</style>