Shades of Torch Red #F61122
Tints of Torch Red #F61122
RGB
CMYK
RGB Variations
Color information
#F61122 (or 0xF61122) is known color: Torch Red. HEX triplet: F6, 11 and 22. RGB value is (246,17,34). Sum of RGB (Red+Green+Blue) = 246+17+34=297 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.83% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 246 - color contains mainly: red. Hex color #F61122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61122 is #09EEDD. Grayscale: #575757. Windows color (decimal): -650974 or 2232822. OLE color: 2232822.
HSL color Cylindrical-coordinate representation of color #F61122: hue angle of 355.55º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61122 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 17 | 34 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.04 |
| HSL | 355.55º | 0.93% | 0.52% | - |
| HSV(B) | 355.55º | 0.93% | 0.96% | - |
| XYZ | 38.5 | 20.11 | 3.37 | - |
| YUV | 87.41 | 97.87 | 241.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 17 | 34 | 0 | 0.93 | 0.86 | 0.04 | 355.55 | 0.93 | 0.52 |
| Hex | F6 | 11 | 22 | 0 | 5D | 56 | 4 | 164 | 5D | 34 |
| Octal | 366 | 21 | 42 | 0 | 135 | 126 | 4 | 544 | 135 | 64 |
| Binary | 11110110 | 10001 | 100010 | 0 | 1011101 | 1010110 | 100 | 101100100 | 1011101 | 110100 |
Color Harmonies of #F61122
Complementary color
Monochromatic Colors of #F61122
Black with #F61122
Text Example
Text Example
White with #F61122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61122; }
p { color: rgb(246,17,34); }
H1.HeaderClassName
{
color: #F61122;
}
.AnyTagClassName
{
color: #F61122;
}
</style>
background-color css
<style>
a { background-color: #F61122; }
a { background-color: rgb(246,17,34); }
div.DivClassName
{
background-color: #F61122;
}
.BgClassName
{
background-color: #F61122;
}
</style>
border-color css
<style>
span { border-color: #F61122; }
span { border-color: rgb(246,17,34); }
td.TdClassName
{
border-color: #F61122;
}
.TagClassName
{
border-color: #F61122;
}
</style>