Shades of Torch Red #F61329
Tints of Torch Red #F61329
RGB
CMYK
RGB Variations
Color information
#F61329 (or 0xF61329) is known color: Torch Red. HEX triplet: F6, 13 and 29. RGB value is (246,19,41). Sum of RGB (Red+Green+Blue) = 246+19+41=306 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.39% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 246 - color contains mainly: red. Hex color #F61329 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61329 is #09ECD6. Grayscale: #595959. Windows color (decimal): -650455 or 2692086. OLE color: 2692086.
HSL color Cylindrical-coordinate representation of color #F61329: hue angle of 354.19º 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 #F61329 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 41 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.04 |
| HSL | 354.19º | 0.93% | 0.52% | - |
| HSV(B) | 354.19º | 0.92% | 0.96% | - |
| XYZ | 38.64 | 20.22 | 3.96 | - |
| YUV | 89.38 | 100.71 | 239.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 41 | 0 | 0.92 | 0.83 | 0.04 | 354.19 | 0.93 | 0.52 |
| Hex | F6 | 13 | 29 | 0 | 5C | 53 | 4 | 162 | 5D | 34 |
| Octal | 366 | 23 | 51 | 0 | 134 | 123 | 4 | 542 | 135 | 64 |
| Binary | 11110110 | 10011 | 101001 | 0 | 1011100 | 1010011 | 100 | 101100010 | 1011101 | 110100 |
Color Harmonies of #F61329
Complementary color
Monochromatic Colors of #F61329
Black with #F61329
Text Example
Text Example
White with #F61329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61329; }
p { color: rgb(246,19,41); }
H1.HeaderClassName
{
color: #F61329;
}
.AnyTagClassName
{
color: #F61329;
}
</style>
background-color css
<style>
a { background-color: #F61329; }
a { background-color: rgb(246,19,41); }
div.DivClassName
{
background-color: #F61329;
}
.BgClassName
{
background-color: #F61329;
}
</style>
border-color css
<style>
span { border-color: #F61329; }
span { border-color: rgb(246,19,41); }
td.TdClassName
{
border-color: #F61329;
}
.TagClassName
{
border-color: #F61329;
}
</style>