Shades of Torch Red #F11036
Tints of Torch Red #F11036
RGB
CMYK
RGB Variations
Color information
#F11036 (or 0xF11036) is known color: Torch Red. HEX triplet: F1, 10 and 36. RGB value is (241,16,54). Sum of RGB (Red+Green+Blue) = 241+16+54=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F11036 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11036 is #0EEFC9. Grayscale: #575757. Windows color (decimal): -978890 or 3543281. OLE color: 3543281.
HSL color Cylindrical-coordinate representation of color #F11036: hue angle of 349.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11036 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 54 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.05 |
| HSL | 349.87º | 0.89% | 0.5% | - |
| HSV(B) | 349.87º | 0.93% | 0.95% | - |
| XYZ | 37.13 | 19.34 | 5.27 | - |
| YUV | 87.61 | 109.04 | 237.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 54 | 0 | 0.93 | 0.78 | 0.05 | 349.87 | 0.89 | 0.5 |
| Hex | F1 | 10 | 36 | 0 | 5D | 4E | 5 | 15E | 59 | 32 |
| Octal | 361 | 20 | 66 | 0 | 135 | 116 | 5 | 536 | 131 | 62 |
| Binary | 11110001 | 10000 | 110110 | 0 | 1011101 | 1001110 | 101 | 101011110 | 1011001 | 110010 |
Color Harmonies of #F11036
Complementary color
Monochromatic Colors of #F11036
Black with #F11036
Text Example
Text Example
White with #F11036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11036; }
p { color: rgb(241,16,54); }
H1.HeaderClassName
{
color: #F11036;
}
.AnyTagClassName
{
color: #F11036;
}
</style>
background-color css
<style>
a { background-color: #F11036; }
a { background-color: rgb(241,16,54); }
div.DivClassName
{
background-color: #F11036;
}
.BgClassName
{
background-color: #F11036;
}
</style>
border-color css
<style>
span { border-color: #F11036; }
span { border-color: rgb(241,16,54); }
td.TdClassName
{
border-color: #F11036;
}
.TagClassName
{
border-color: #F11036;
}
</style>