Shades of Torch Red #F61C40
Tints of Torch Red #F61C40
RGB
CMYK
RGB Variations
Color information
#F61C40 (or 0xF61C40) is known color: Torch Red. HEX triplet: F6, 1C and 40. RGB value is (246,28,64). Sum of RGB (Red+Green+Blue) = 246+28+64=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61C40 is #09E3BF. Grayscale: #616161. Windows color (decimal): -648128 or 4201718. OLE color: 4201718.
HSL color Cylindrical-coordinate representation of color #F61C40: hue angle of 350.09º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61C40 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 64 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.04 |
| HSL | 350.09º | 0.92% | 0.54% | - |
| HSV(B) | 350.09º | 0.89% | 0.96% | - |
| XYZ | 39.35 | 20.79 | 6.79 | - |
| YUV | 97.29 | 109.22 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 64 | 0 | 0.89 | 0.74 | 0.04 | 350.09 | 0.92 | 0.54 |
| Hex | F6 | 1C | 40 | 0 | 59 | 4A | 4 | 15E | 5C | 36 |
| Octal | 366 | 34 | 100 | 0 | 131 | 112 | 4 | 536 | 134 | 66 |
| Binary | 11110110 | 11100 | 1000000 | 0 | 1011001 | 1001010 | 100 | 101011110 | 1011100 | 110110 |
Color Harmonies of #F61C40
Complementary color
Monochromatic Colors of #F61C40
Black with #F61C40
Text Example
Text Example
White with #F61C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61C40; }
p { color: rgb(246,28,64); }
H1.HeaderClassName
{
color: #F61C40;
}
.AnyTagClassName
{
color: #F61C40;
}
</style>
background-color css
<style>
a { background-color: #F61C40; }
a { background-color: rgb(246,28,64); }
div.DivClassName
{
background-color: #F61C40;
}
.BgClassName
{
background-color: #F61C40;
}
</style>
border-color css
<style>
span { border-color: #F61C40; }
span { border-color: rgb(246,28,64); }
td.TdClassName
{
border-color: #F61C40;
}
.TagClassName
{
border-color: #F61C40;
}
</style>