Shades of Torch Red #F61841
Tints of Torch Red #F61841
RGB
CMYK
RGB Variations
Color information
#F61841 (or 0xF61841) is known color: Torch Red. HEX triplet: F6, 18 and 41. RGB value is (246,24,65). Sum of RGB (Red+Green+Blue) = 246+24+65=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F61841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61841 is #09E7BE. Grayscale: #5F5F5F. Windows color (decimal): -649151 or 4266230. OLE color: 4266230.
HSL color Cylindrical-coordinate representation of color #F61841: hue angle of 348.92º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61841 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 65 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.04 |
| HSL | 348.92º | 0.93% | 0.53% | - |
| HSV(B) | 348.92º | 0.9% | 0.96% | - |
| XYZ | 39.29 | 20.63 | 6.91 | - |
| YUV | 95.05 | 111.05 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 65 | 0 | 0.90 | 0.74 | 0.04 | 348.92 | 0.93 | 0.53 |
| Hex | F6 | 18 | 41 | 0 | 5A | 4A | 4 | 15D | 5C | 35 |
| Octal | 366 | 30 | 101 | 0 | 132 | 112 | 4 | 535 | 134 | 65 |
| Binary | 11110110 | 11000 | 1000001 | 0 | 1011010 | 1001010 | 100 | 101011101 | 1011100 | 110101 |
Color Harmonies of #F61841
Complementary color
Monochromatic Colors of #F61841
Black with #F61841
Text Example
Text Example
White with #F61841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61841; }
p { color: rgb(246,24,65); }
H1.HeaderClassName
{
color: #F61841;
}
.AnyTagClassName
{
color: #F61841;
}
</style>
background-color css
<style>
a { background-color: #F61841; }
a { background-color: rgb(246,24,65); }
div.DivClassName
{
background-color: #F61841;
}
.BgClassName
{
background-color: #F61841;
}
</style>
border-color css
<style>
span { border-color: #F61841; }
span { border-color: rgb(246,24,65); }
td.TdClassName
{
border-color: #F61841;
}
.TagClassName
{
border-color: #F61841;
}
</style>