Shades of Torch Red #F11436
Tints of Torch Red #F11436
RGB
CMYK
RGB Variations
Color information
#F11436 (or 0xF11436) is known color: Torch Red. HEX triplet: F1, 14 and 36. RGB value is (241,20,54). Sum of RGB (Red+Green+Blue) = 241+20+54=315 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.51% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 241 - color contains mainly: red. Hex color #F11436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11436 is #0EEBC9. Grayscale: #5A5A5A. Windows color (decimal): -977866 or 3544305. OLE color: 3544305.
HSL color Cylindrical-coordinate representation of color #F11436: hue angle of 350.77º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11436 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 54 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.05 |
| HSL | 350.77º | 0.89% | 0.51% | - |
| HSV(B) | 350.77º | 0.92% | 0.95% | - |
| XYZ | 37.19 | 19.47 | 5.29 | - |
| YUV | 89.96 | 107.72 | 235.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 54 | 0 | 0.92 | 0.78 | 0.05 | 350.77 | 0.89 | 0.51 |
| Hex | F1 | 14 | 36 | 0 | 5C | 4E | 5 | 15F | 59 | 33 |
| Octal | 361 | 24 | 66 | 0 | 134 | 116 | 5 | 537 | 131 | 63 |
| Binary | 11110001 | 10100 | 110110 | 0 | 1011100 | 1001110 | 101 | 101011111 | 1011001 | 110011 |
Color Harmonies of #F11436
Complementary color
Monochromatic Colors of #F11436
Black with #F11436
Text Example
Text Example
White with #F11436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11436; }
p { color: rgb(241,20,54); }
H1.HeaderClassName
{
color: #F11436;
}
.AnyTagClassName
{
color: #F11436;
}
</style>
background-color css
<style>
a { background-color: #F11436; }
a { background-color: rgb(241,20,54); }
div.DivClassName
{
background-color: #F11436;
}
.BgClassName
{
background-color: #F11436;
}
</style>
border-color css
<style>
span { border-color: #F11436; }
span { border-color: rgb(241,20,54); }
td.TdClassName
{
border-color: #F11436;
}
.TagClassName
{
border-color: #F11436;
}
</style>