Shades of Torch Red #F11637
Tints of Torch Red #F11637
RGB
CMYK
RGB Variations
Color information
#F11637 (or 0xF11637) is known color: Torch Red. HEX triplet: F1, 16 and 37. RGB value is (241,22,55). Sum of RGB (Red+Green+Blue) = 241+22+55=318 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.79% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 241 - color contains mainly: red. Hex color #F11637 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11637 is #0EE9C8. Grayscale: #5B5B5B. Windows color (decimal): -977353 or 3610353. OLE color: 3610353.
HSL color Cylindrical-coordinate representation of color #F11637: hue angle of 350.96º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11637 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 55 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.05 |
| HSL | 350.96º | 0.89% | 0.52% | - |
| HSV(B) | 350.96º | 0.91% | 0.95% | - |
| XYZ | 37.25 | 19.55 | 5.42 | - |
| YUV | 91.24 | 107.55 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 55 | 0 | 0.91 | 0.77 | 0.05 | 350.96 | 0.89 | 0.52 |
| Hex | F1 | 16 | 37 | 0 | 5B | 4D | 5 | 15F | 59 | 34 |
| Octal | 361 | 26 | 67 | 0 | 133 | 115 | 5 | 537 | 131 | 64 |
| Binary | 11110001 | 10110 | 110111 | 0 | 1011011 | 1001101 | 101 | 101011111 | 1011001 | 110100 |
Color Harmonies of #F11637
Complementary color
Monochromatic Colors of #F11637
Black with #F11637
Text Example
Text Example
White with #F11637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11637; }
p { color: rgb(241,22,55); }
H1.HeaderClassName
{
color: #F11637;
}
.AnyTagClassName
{
color: #F11637;
}
</style>
background-color css
<style>
a { background-color: #F11637; }
a { background-color: rgb(241,22,55); }
div.DivClassName
{
background-color: #F11637;
}
.BgClassName
{
background-color: #F11637;
}
</style>
border-color css
<style>
span { border-color: #F11637; }
span { border-color: rgb(241,22,55); }
td.TdClassName
{
border-color: #F11637;
}
.TagClassName
{
border-color: #F11637;
}
</style>