Shades of Torch Red #F61032
Tints of Torch Red #F61032
RGB
CMYK
RGB Variations
Color information
#F61032 (or 0xF61032) is known color: Torch Red. HEX triplet: F6, 10 and 32. RGB value is (246,16,50). Sum of RGB (Red+Green+Blue) = 246+16+50=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F61032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61032 is #09EFCD. Grayscale: #585858. Windows color (decimal): -651214 or 3281142. OLE color: 3281142.
HSL color Cylindrical-coordinate representation of color #F61032: hue angle of 351.13º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61032 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 50 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.04 |
| HSL | 351.13º | 0.93% | 0.51% | - |
| HSV(B) | 351.13º | 0.93% | 0.96% | - |
| XYZ | 38.77 | 20.19 | 4.87 | - |
| YUV | 88.65 | 106.2 | 240.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 50 | 0 | 0.93 | 0.80 | 0.04 | 351.13 | 0.93 | 0.51 |
| Hex | F6 | 10 | 32 | 0 | 5D | 50 | 4 | 15F | 5D | 33 |
| Octal | 366 | 20 | 62 | 0 | 135 | 120 | 4 | 537 | 135 | 63 |
| Binary | 11110110 | 10000 | 110010 | 0 | 1011101 | 1010000 | 100 | 101011111 | 1011101 | 110011 |
Color Harmonies of #F61032
Complementary color
Monochromatic Colors of #F61032
Black with #F61032
Text Example
Text Example
White with #F61032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61032; }
p { color: rgb(246,16,50); }
H1.HeaderClassName
{
color: #F61032;
}
.AnyTagClassName
{
color: #F61032;
}
</style>
background-color css
<style>
a { background-color: #F61032; }
a { background-color: rgb(246,16,50); }
div.DivClassName
{
background-color: #F61032;
}
.BgClassName
{
background-color: #F61032;
}
</style>
border-color css
<style>
span { border-color: #F61032; }
span { border-color: rgb(246,16,50); }
td.TdClassName
{
border-color: #F61032;
}
.TagClassName
{
border-color: #F61032;
}
</style>