Shades of Torch Red #F11638
Tints of Torch Red #F11638
RGB
CMYK
RGB Variations
Color information
#F11638 (or 0xF11638) is known color: Torch Red. HEX triplet: F1, 16 and 38. RGB value is (241,22,56). Sum of RGB (Red+Green+Blue) = 241+22+56=319 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.55% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 241 - color contains mainly: red. Hex color #F11638 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11638 is #0EE9C7. Grayscale: #5B5B5B. Windows color (decimal): -977352 or 3675889. OLE color: 3675889.
HSL color Cylindrical-coordinate representation of color #F11638: hue angle of 350.68º 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 #F11638 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 56 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.05 |
| HSL | 350.68º | 0.89% | 0.52% | - |
| HSV(B) | 350.68º | 0.91% | 0.95% | - |
| XYZ | 37.28 | 19.56 | 5.55 | - |
| YUV | 91.36 | 108.05 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 56 | 0 | 0.91 | 0.77 | 0.05 | 350.68 | 0.89 | 0.52 |
| Hex | F1 | 16 | 38 | 0 | 5B | 4D | 5 | 15F | 59 | 34 |
| Octal | 361 | 26 | 70 | 0 | 133 | 115 | 5 | 537 | 131 | 64 |
| Binary | 11110001 | 10110 | 111000 | 0 | 1011011 | 1001101 | 101 | 101011111 | 1011001 | 110100 |
Color Harmonies of #F11638
Complementary color
Monochromatic Colors of #F11638
Black with #F11638
Text Example
Text Example
White with #F11638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11638; }
p { color: rgb(241,22,56); }
H1.HeaderClassName
{
color: #F11638;
}
.AnyTagClassName
{
color: #F11638;
}
</style>
background-color css
<style>
a { background-color: #F11638; }
a { background-color: rgb(241,22,56); }
div.DivClassName
{
background-color: #F11638;
}
.BgClassName
{
background-color: #F11638;
}
</style>
border-color css
<style>
span { border-color: #F11638; }
span { border-color: rgb(241,22,56); }
td.TdClassName
{
border-color: #F11638;
}
.TagClassName
{
border-color: #F11638;
}
</style>