Shades of Torch Red #F61C43
Tints of Torch Red #F61C43
RGB
CMYK
RGB Variations
Color information
#F61C43 (or 0xF61C43) is known color: Torch Red. HEX triplet: F6, 1C and 43. RGB value is (246,28,67). Sum of RGB (Red+Green+Blue) = 246+28+67=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61C43 is #09E3BC. Grayscale: #616161. Windows color (decimal): -648125 or 4398326. OLE color: 4398326.
HSL color Cylindrical-coordinate representation of color #F61C43: hue angle of 349.27º 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 #F61C43 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 67 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.04 |
| HSL | 349.27º | 0.92% | 0.54% | - |
| HSV(B) | 349.27º | 0.89% | 0.96% | - |
| XYZ | 39.43 | 20.83 | 7.25 | - |
| YUV | 97.63 | 110.72 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 67 | 0 | 0.89 | 0.73 | 0.04 | 349.27 | 0.92 | 0.54 |
| Hex | F6 | 1C | 43 | 0 | 59 | 49 | 4 | 15D | 5C | 36 |
| Octal | 366 | 34 | 103 | 0 | 131 | 111 | 4 | 535 | 134 | 66 |
| Binary | 11110110 | 11100 | 1000011 | 0 | 1011001 | 1001001 | 100 | 101011101 | 1011100 | 110110 |
Color Harmonies of #F61C43
Complementary color
Monochromatic Colors of #F61C43
Black with #F61C43
Text Example
Text Example
White with #F61C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61C43; }
p { color: rgb(246,28,67); }
H1.HeaderClassName
{
color: #F61C43;
}
.AnyTagClassName
{
color: #F61C43;
}
</style>
background-color css
<style>
a { background-color: #F61C43; }
a { background-color: rgb(246,28,67); }
div.DivClassName
{
background-color: #F61C43;
}
.BgClassName
{
background-color: #F61C43;
}
</style>
border-color css
<style>
span { border-color: #F61C43; }
span { border-color: rgb(246,28,67); }
td.TdClassName
{
border-color: #F61C43;
}
.TagClassName
{
border-color: #F61C43;
}
</style>