Shades of Torch Red #F11739
Tints of Torch Red #F11739
RGB
CMYK
RGB Variations
Color information
#F11739 (or 0xF11739) is known color: Torch Red. HEX triplet: F1, 17 and 39. RGB value is (241,23,57). Sum of RGB (Red+Green+Blue) = 241+23+57=321 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.08% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 241 - color contains mainly: red. Hex color #F11739 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11739 is #0EE8C6. Grayscale: #5C5C5C. Windows color (decimal): -977095 or 3741681. OLE color: 3741681.
HSL color Cylindrical-coordinate representation of color #F11739: hue angle of 350.64º 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 #F11739 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 57 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.05 |
| HSL | 350.64º | 0.89% | 0.52% | - |
| HSV(B) | 350.64º | 0.9% | 0.95% | - |
| XYZ | 37.32 | 19.61 | 5.69 | - |
| YUV | 92.06 | 108.22 | 234.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 57 | 0 | 0.90 | 0.76 | 0.05 | 350.64 | 0.89 | 0.52 |
| Hex | F1 | 17 | 39 | 0 | 5A | 4C | 5 | 15F | 59 | 34 |
| Octal | 361 | 27 | 71 | 0 | 132 | 114 | 5 | 537 | 131 | 64 |
| Binary | 11110001 | 10111 | 111001 | 0 | 1011010 | 1001100 | 101 | 101011111 | 1011001 | 110100 |
Color Harmonies of #F11739
Complementary color
Monochromatic Colors of #F11739
Black with #F11739
Text Example
Text Example
White with #F11739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11739; }
p { color: rgb(241,23,57); }
H1.HeaderClassName
{
color: #F11739;
}
.AnyTagClassName
{
color: #F11739;
}
</style>
background-color css
<style>
a { background-color: #F11739; }
a { background-color: rgb(241,23,57); }
div.DivClassName
{
background-color: #F11739;
}
.BgClassName
{
background-color: #F11739;
}
</style>
border-color css
<style>
span { border-color: #F11739; }
span { border-color: rgb(241,23,57); }
td.TdClassName
{
border-color: #F11739;
}
.TagClassName
{
border-color: #F11739;
}
</style>