Shades of Torch Red #F61336
Tints of Torch Red #F61336
RGB
CMYK
RGB Variations
Color information
#F61336 (or 0xF61336) is known color: Torch Red. HEX triplet: F6, 13 and 36. RGB value is (246,19,54). Sum of RGB (Red+Green+Blue) = 246+19+54=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F61336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61336 is #09ECC9. Grayscale: #5A5A5A. Windows color (decimal): -650442 or 3544054. OLE color: 3544054.
HSL color Cylindrical-coordinate representation of color #F61336: hue angle of 350.75º degrees, saturation: 0.93, 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 #F61336 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 54 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.04 |
| HSL | 350.75º | 0.93% | 0.52% | - |
| HSV(B) | 350.75º | 0.92% | 0.96% | - |
| XYZ | 38.9 | 20.32 | 5.36 | - |
| YUV | 90.86 | 107.21 | 238.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 54 | 0 | 0.92 | 0.78 | 0.04 | 350.75 | 0.93 | 0.52 |
| Hex | F6 | 13 | 36 | 0 | 5C | 4E | 4 | 15F | 5D | 34 |
| Octal | 366 | 23 | 66 | 0 | 134 | 116 | 4 | 537 | 135 | 64 |
| Binary | 11110110 | 10011 | 110110 | 0 | 1011100 | 1001110 | 100 | 101011111 | 1011101 | 110100 |
Color Harmonies of #F61336
Complementary color
Monochromatic Colors of #F61336
Black with #F61336
Text Example
Text Example
White with #F61336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61336; }
p { color: rgb(246,19,54); }
H1.HeaderClassName
{
color: #F61336;
}
.AnyTagClassName
{
color: #F61336;
}
</style>
background-color css
<style>
a { background-color: #F61336; }
a { background-color: rgb(246,19,54); }
div.DivClassName
{
background-color: #F61336;
}
.BgClassName
{
background-color: #F61336;
}
</style>
border-color css
<style>
span { border-color: #F61336; }
span { border-color: rgb(246,19,54); }
td.TdClassName
{
border-color: #F61336;
}
.TagClassName
{
border-color: #F61336;
}
</style>