Shades of Torch Red #F6182C
Tints of Torch Red #F6182C
RGB
CMYK
RGB Variations
Color information
#F6182C (or 0xF6182C) is known color: Torch Red. HEX triplet: F6, 18 and 2C. RGB value is (246,24,44). Sum of RGB (Red+Green+Blue) = 246+24+44=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F6182C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6182C is #09E7D3. Grayscale: #5C5C5C. Windows color (decimal): -649172 or 2889974. OLE color: 2889974.
HSL color Cylindrical-coordinate representation of color #F6182C: hue angle of 354.59º 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 #F6182C is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 44 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.04 |
| HSL | 354.59º | 0.93% | 0.53% | - |
| HSV(B) | 354.59º | 0.9% | 0.96% | - |
| XYZ | 38.79 | 20.43 | 4.28 | - |
| YUV | 92.66 | 100.55 | 237.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 44 | 0 | 0.90 | 0.82 | 0.04 | 354.59 | 0.93 | 0.53 |
| Hex | F6 | 18 | 2C | 0 | 5A | 52 | 4 | 163 | 5C | 35 |
| Octal | 366 | 30 | 54 | 0 | 132 | 122 | 4 | 543 | 134 | 65 |
| Binary | 11110110 | 11000 | 101100 | 0 | 1011010 | 1010010 | 100 | 101100011 | 1011100 | 110101 |
Color Harmonies of #F6182C
Complementary color
Monochromatic Colors of #F6182C
Black with #F6182C
Text Example
Text Example
White with #F6182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6182C; }
p { color: rgb(246,24,44); }
H1.HeaderClassName
{
color: #F6182C;
}
.AnyTagClassName
{
color: #F6182C;
}
</style>
background-color css
<style>
a { background-color: #F6182C; }
a { background-color: rgb(246,24,44); }
div.DivClassName
{
background-color: #F6182C;
}
.BgClassName
{
background-color: #F6182C;
}
</style>
border-color css
<style>
span { border-color: #F6182C; }
span { border-color: rgb(246,24,44); }
td.TdClassName
{
border-color: #F6182C;
}
.TagClassName
{
border-color: #F6182C;
}
</style>