Shades of Torch Red #F6142C
Tints of Torch Red #F6142C
RGB
CMYK
RGB Variations
Color information
#F6142C (or 0xF6142C) is known color: Torch Red. HEX triplet: F6, 14 and 2C. RGB value is (246,20,44). Sum of RGB (Red+Green+Blue) = 246+20+44=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F6142C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6142C is #09EBD3. Grayscale: #5A5A5A. Windows color (decimal): -650196 or 2888950. OLE color: 2888950.
HSL color Cylindrical-coordinate representation of color #F6142C: hue angle of 353.63º 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 #F6142C is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 44 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.04 |
| HSL | 353.63º | 0.93% | 0.52% | - |
| HSV(B) | 353.63º | 0.92% | 0.96% | - |
| XYZ | 38.71 | 20.27 | 4.26 | - |
| YUV | 90.31 | 101.87 | 239.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 44 | 0 | 0.92 | 0.82 | 0.04 | 353.63 | 0.93 | 0.52 |
| Hex | F6 | 14 | 2C | 0 | 5C | 52 | 4 | 162 | 5D | 34 |
| Octal | 366 | 24 | 54 | 0 | 134 | 122 | 4 | 542 | 135 | 64 |
| Binary | 11110110 | 10100 | 101100 | 0 | 1011100 | 1010010 | 100 | 101100010 | 1011101 | 110100 |
Color Harmonies of #F6142C
Complementary color
Monochromatic Colors of #F6142C
Black with #F6142C
Text Example
Text Example
White with #F6142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6142C; }
p { color: rgb(246,20,44); }
H1.HeaderClassName
{
color: #F6142C;
}
.AnyTagClassName
{
color: #F6142C;
}
</style>
background-color css
<style>
a { background-color: #F6142C; }
a { background-color: rgb(246,20,44); }
div.DivClassName
{
background-color: #F6142C;
}
.BgClassName
{
background-color: #F6142C;
}
</style>
border-color css
<style>
span { border-color: #F6142C; }
span { border-color: rgb(246,20,44); }
td.TdClassName
{
border-color: #F6142C;
}
.TagClassName
{
border-color: #F6142C;
}
</style>