Shades of Torch Red #F41336
Tints of Torch Red #F41336
RGB
CMYK
RGB Variations
Color information
#F41336 (or 0xF41336) is known color: Torch Red. HEX triplet: F4, 13 and 36. RGB value is (244,19,54). Sum of RGB (Red+Green+Blue) = 244+19+54=317 (41% of max value = 765). Red value is 244 (95.70% from 255 or 76.97% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 244 - color contains mainly: red. Hex color #F41336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41336 is #0BECC9. Grayscale: #5A5A5A. Windows color (decimal): -781514 or 3544052. OLE color: 3544052.
HSL color Cylindrical-coordinate representation of color #F41336: hue angle of 350.67º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F41336 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 54 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.04 |
| HSL | 350.67º | 0.91% | 0.52% | - |
| HSV(B) | 350.67º | 0.92% | 0.96% | - |
| XYZ | 38.21 | 19.97 | 5.33 | - |
| YUV | 90.27 | 107.54 | 237.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 54 | 0 | 0.92 | 0.78 | 0.04 | 350.67 | 0.91 | 0.52 |
| Hex | F4 | 13 | 36 | 0 | 5C | 4E | 4 | 15F | 5B | 34 |
| Octal | 364 | 23 | 66 | 0 | 134 | 116 | 4 | 537 | 133 | 64 |
| Binary | 11110100 | 10011 | 110110 | 0 | 1011100 | 1001110 | 100 | 101011111 | 1011011 | 110100 |
Color Harmonies of #F41336
Complementary color
Monochromatic Colors of #F41336
Black with #F41336
Text Example
Text Example
White with #F41336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41336; }
p { color: rgb(244,19,54); }
H1.HeaderClassName
{
color: #F41336;
}
.AnyTagClassName
{
color: #F41336;
}
</style>
background-color css
<style>
a { background-color: #F41336; }
a { background-color: rgb(244,19,54); }
div.DivClassName
{
background-color: #F41336;
}
.BgClassName
{
background-color: #F41336;
}
</style>
border-color css
<style>
span { border-color: #F41336; }
span { border-color: rgb(244,19,54); }
td.TdClassName
{
border-color: #F41336;
}
.TagClassName
{
border-color: #F41336;
}
</style>