Shades of Torch Red #F11938
Tints of Torch Red #F11938
RGB
CMYK
RGB Variations
Color information
#F11938 (or 0xF11938) is known color: Torch Red. HEX triplet: F1, 19 and 38. RGB value is (241,25,56). Sum of RGB (Red+Green+Blue) = 241+25+56=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F11938 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11938 is #0EE6C7. Grayscale: #5D5D5D. Windows color (decimal): -976584 or 3676657. OLE color: 3676657.
HSL color Cylindrical-coordinate representation of color #F11938: hue angle of 351.39º 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 #F11938 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 56 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.05 |
| HSL | 351.39º | 0.89% | 0.52% | - |
| HSV(B) | 351.39º | 0.9% | 0.95% | - |
| XYZ | 37.34 | 19.68 | 5.57 | - |
| YUV | 93.12 | 107.06 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 56 | 0 | 0.90 | 0.77 | 0.05 | 351.39 | 0.89 | 0.52 |
| Hex | F1 | 19 | 38 | 0 | 5A | 4D | 5 | 15F | 59 | 34 |
| Octal | 361 | 31 | 70 | 0 | 132 | 115 | 5 | 537 | 131 | 64 |
| Binary | 11110001 | 11001 | 111000 | 0 | 1011010 | 1001101 | 101 | 101011111 | 1011001 | 110100 |
Color Harmonies of #F11938
Complementary color
Monochromatic Colors of #F11938
Black with #F11938
Text Example
Text Example
White with #F11938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11938; }
p { color: rgb(241,25,56); }
H1.HeaderClassName
{
color: #F11938;
}
.AnyTagClassName
{
color: #F11938;
}
</style>
background-color css
<style>
a { background-color: #F11938; }
a { background-color: rgb(241,25,56); }
div.DivClassName
{
background-color: #F11938;
}
.BgClassName
{
background-color: #F11938;
}
</style>
border-color css
<style>
span { border-color: #F11938; }
span { border-color: rgb(241,25,56); }
td.TdClassName
{
border-color: #F11938;
}
.TagClassName
{
border-color: #F11938;
}
</style>