Shades of Torch Red #F11335
Tints of Torch Red #F11335
RGB
CMYK
RGB Variations
Color information
#F11335 (or 0xF11335) is known color: Torch Red. HEX triplet: F1, 13 and 35. RGB value is (241,19,53). Sum of RGB (Red+Green+Blue) = 241+19+53=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F11335 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11335 is #0EECCA. Grayscale: #595959. Windows color (decimal): -978123 or 3478513. OLE color: 3478513.
HSL color Cylindrical-coordinate representation of color #F11335: hue angle of 350.81º 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 #F11335 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 53 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.05 |
| HSL | 350.81º | 0.89% | 0.51% | - |
| HSV(B) | 350.81º | 0.92% | 0.95% | - |
| XYZ | 37.15 | 19.42 | 5.16 | - |
| YUV | 89.25 | 107.55 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 53 | 0 | 0.92 | 0.78 | 0.05 | 350.81 | 0.89 | 0.51 |
| Hex | F1 | 13 | 35 | 0 | 5C | 4E | 5 | 15F | 59 | 33 |
| Octal | 361 | 23 | 65 | 0 | 134 | 116 | 5 | 537 | 131 | 63 |
| Binary | 11110001 | 10011 | 110101 | 0 | 1011100 | 1001110 | 101 | 101011111 | 1011001 | 110011 |
Color Harmonies of #F11335
Complementary color
Monochromatic Colors of #F11335
Black with #F11335
Text Example
Text Example
White with #F11335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11335; }
p { color: rgb(241,19,53); }
H1.HeaderClassName
{
color: #F11335;
}
.AnyTagClassName
{
color: #F11335;
}
</style>
background-color css
<style>
a { background-color: #F11335; }
a { background-color: rgb(241,19,53); }
div.DivClassName
{
background-color: #F11335;
}
.BgClassName
{
background-color: #F11335;
}
</style>
border-color css
<style>
span { border-color: #F11335; }
span { border-color: rgb(241,19,53); }
td.TdClassName
{
border-color: #F11335;
}
.TagClassName
{
border-color: #F11335;
}
</style>