Shades of Torch Red #F6132C
Tints of Torch Red #F6132C
RGB
CMYK
RGB Variations
Color information
#F6132C (or 0xF6132C) is known color: Torch Red. HEX triplet: F6, 13 and 2C. RGB value is (246,19,44). Sum of RGB (Red+Green+Blue) = 246+19+44=309 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.61% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 246 - color contains mainly: red. Hex color #F6132C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6132C is #09ECD3. Grayscale: #595959. Windows color (decimal): -650452 or 2888694. OLE color: 2888694.
HSL color Cylindrical-coordinate representation of color #F6132C: hue angle of 353.39º 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 #F6132C is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 44 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.04 |
| HSL | 353.39º | 0.93% | 0.52% | - |
| HSV(B) | 353.39º | 0.92% | 0.96% | - |
| XYZ | 38.69 | 20.24 | 4.25 | - |
| YUV | 89.72 | 102.21 | 239.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 44 | 0 | 0.92 | 0.82 | 0.04 | 353.39 | 0.93 | 0.52 |
| Hex | F6 | 13 | 2C | 0 | 5C | 52 | 4 | 161 | 5D | 34 |
| Octal | 366 | 23 | 54 | 0 | 134 | 122 | 4 | 541 | 135 | 64 |
| Binary | 11110110 | 10011 | 101100 | 0 | 1011100 | 1010010 | 100 | 101100001 | 1011101 | 110100 |
Color Harmonies of #F6132C
Complementary color
Monochromatic Colors of #F6132C
Black with #F6132C
Text Example
Text Example
White with #F6132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6132C; }
p { color: rgb(246,19,44); }
H1.HeaderClassName
{
color: #F6132C;
}
.AnyTagClassName
{
color: #F6132C;
}
</style>
background-color css
<style>
a { background-color: #F6132C; }
a { background-color: rgb(246,19,44); }
div.DivClassName
{
background-color: #F6132C;
}
.BgClassName
{
background-color: #F6132C;
}
</style>
border-color css
<style>
span { border-color: #F6132C; }
span { border-color: rgb(246,19,44); }
td.TdClassName
{
border-color: #F6132C;
}
.TagClassName
{
border-color: #F6132C;
}
</style>