Shades of Torch Red #F11235
Tints of Torch Red #F11235
RGB
CMYK
RGB Variations
Color information
#F11235 (or 0xF11235) is known color: Torch Red. HEX triplet: F1, 12 and 35. RGB value is (241,18,53). Sum of RGB (Red+Green+Blue) = 241+18+53=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F11235 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11235 is #0EEDCA. Grayscale: #585858. Windows color (decimal): -978379 or 3478257. OLE color: 3478257.
HSL color Cylindrical-coordinate representation of color #F11235: hue angle of 350.58º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11235 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 53 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.05 |
| HSL | 350.58º | 0.89% | 0.51% | - |
| HSV(B) | 350.58º | 0.93% | 0.95% | - |
| XYZ | 37.13 | 19.39 | 5.15 | - |
| YUV | 88.67 | 107.88 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 53 | 0 | 0.93 | 0.78 | 0.05 | 350.58 | 0.89 | 0.51 |
| Hex | F1 | 12 | 35 | 0 | 5D | 4E | 5 | 15F | 59 | 33 |
| Octal | 361 | 22 | 65 | 0 | 135 | 116 | 5 | 537 | 131 | 63 |
| Binary | 11110001 | 10010 | 110101 | 0 | 1011101 | 1001110 | 101 | 101011111 | 1011001 | 110011 |
Color Harmonies of #F11235
Complementary color
Monochromatic Colors of #F11235
Black with #F11235
Text Example
Text Example
White with #F11235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11235; }
p { color: rgb(241,18,53); }
H1.HeaderClassName
{
color: #F11235;
}
.AnyTagClassName
{
color: #F11235;
}
</style>
background-color css
<style>
a { background-color: #F11235; }
a { background-color: rgb(241,18,53); }
div.DivClassName
{
background-color: #F11235;
}
.BgClassName
{
background-color: #F11235;
}
</style>
border-color css
<style>
span { border-color: #F11235; }
span { border-color: rgb(241,18,53); }
td.TdClassName
{
border-color: #F11235;
}
.TagClassName
{
border-color: #F11235;
}
</style>