Shades of Torch Red #F11738
Tints of Torch Red #F11738
RGB
CMYK
RGB Variations
Color information
#F11738 (or 0xF11738) is known color: Torch Red. HEX triplet: F1, 17 and 38. RGB value is (241,23,56). Sum of RGB (Red+Green+Blue) = 241+23+56=320 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.31% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 241 - color contains mainly: red. Hex color #F11738 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11738 is #0EE8C7. Grayscale: #5C5C5C. Windows color (decimal): -977096 or 3676145. OLE color: 3676145.
HSL color Cylindrical-coordinate representation of color #F11738: hue angle of 350.92º 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 #F11738 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 56 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.05 |
| HSL | 350.92º | 0.89% | 0.52% | - |
| HSV(B) | 350.92º | 0.9% | 0.95% | - |
| XYZ | 37.3 | 19.6 | 5.56 | - |
| YUV | 91.94 | 107.72 | 234.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 56 | 0 | 0.90 | 0.77 | 0.05 | 350.92 | 0.89 | 0.52 |
| Hex | F1 | 17 | 38 | 0 | 5A | 4D | 5 | 15F | 59 | 34 |
| Octal | 361 | 27 | 70 | 0 | 132 | 115 | 5 | 537 | 131 | 64 |
| Binary | 11110001 | 10111 | 111000 | 0 | 1011010 | 1001101 | 101 | 101011111 | 1011001 | 110100 |
Color Harmonies of #F11738
Complementary color
Monochromatic Colors of #F11738
Black with #F11738
Text Example
Text Example
White with #F11738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11738; }
p { color: rgb(241,23,56); }
H1.HeaderClassName
{
color: #F11738;
}
.AnyTagClassName
{
color: #F11738;
}
</style>
background-color css
<style>
a { background-color: #F11738; }
a { background-color: rgb(241,23,56); }
div.DivClassName
{
background-color: #F11738;
}
.BgClassName
{
background-color: #F11738;
}
</style>
border-color css
<style>
span { border-color: #F11738; }
span { border-color: rgb(241,23,56); }
td.TdClassName
{
border-color: #F11738;
}
.TagClassName
{
border-color: #F11738;
}
</style>