Shades of Torch Red #F61326
Tints of Torch Red #F61326
RGB
CMYK
RGB Variations
Color information
#F61326 (or 0xF61326) is known color: Torch Red. HEX triplet: F6, 13 and 26. RGB value is (246,19,38). Sum of RGB (Red+Green+Blue) = 246+19+38=303 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.19% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 246 - color contains mainly: red. Hex color #F61326 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61326 is #09ECD9. Grayscale: #595959. Windows color (decimal): -650458 or 2495478. OLE color: 2495478.
HSL color Cylindrical-coordinate representation of color #F61326: hue angle of 354.98º 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 #F61326 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 38 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.04 |
| HSL | 354.98º | 0.93% | 0.52% | - |
| HSV(B) | 354.98º | 0.92% | 0.96% | - |
| XYZ | 38.59 | 20.2 | 3.7 | - |
| YUV | 89.04 | 99.21 | 239.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 38 | 0 | 0.92 | 0.85 | 0.04 | 354.98 | 0.93 | 0.52 |
| Hex | F6 | 13 | 26 | 0 | 5C | 55 | 4 | 163 | 5D | 34 |
| Octal | 366 | 23 | 46 | 0 | 134 | 125 | 4 | 543 | 135 | 64 |
| Binary | 11110110 | 10011 | 100110 | 0 | 1011100 | 1010101 | 100 | 101100011 | 1011101 | 110100 |
Color Harmonies of #F61326
Complementary color
Monochromatic Colors of #F61326
Black with #F61326
Text Example
Text Example
White with #F61326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61326; }
p { color: rgb(246,19,38); }
H1.HeaderClassName
{
color: #F61326;
}
.AnyTagClassName
{
color: #F61326;
}
</style>
background-color css
<style>
a { background-color: #F61326; }
a { background-color: rgb(246,19,38); }
div.DivClassName
{
background-color: #F61326;
}
.BgClassName
{
background-color: #F61326;
}
</style>
border-color css
<style>
span { border-color: #F61326; }
span { border-color: rgb(246,19,38); }
td.TdClassName
{
border-color: #F61326;
}
.TagClassName
{
border-color: #F61326;
}
</style>