Shades of Torch Red #F61A26
Tints of Torch Red #F61A26
RGB
CMYK
RGB Variations
Color information
#F61A26 (or 0xF61A26) is known color: Torch Red. HEX triplet: F6, 1A and 26. RGB value is (246,26,38). Sum of RGB (Red+Green+Blue) = 246+26+38=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61A26 is #09E5D9. Grayscale: #5D5D5D. Windows color (decimal): -648666 or 2497270. OLE color: 2497270.
HSL color Cylindrical-coordinate representation of color #F61A26: hue angle of 356.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61A26 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 38 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.04 |
| HSL | 356.73º | 0.92% | 0.53% | - |
| HSV(B) | 356.73º | 0.89% | 0.96% | - |
| XYZ | 38.73 | 20.47 | 3.74 | - |
| YUV | 93.15 | 96.89 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 38 | 0 | 0.89 | 0.85 | 0.04 | 356.73 | 0.92 | 0.53 |
| Hex | F6 | 1A | 26 | 0 | 59 | 55 | 4 | 165 | 5C | 35 |
| Octal | 366 | 32 | 46 | 0 | 131 | 125 | 4 | 545 | 134 | 65 |
| Binary | 11110110 | 11010 | 100110 | 0 | 1011001 | 1010101 | 100 | 101100101 | 1011100 | 110101 |
Color Harmonies of #F61A26
Complementary color
Monochromatic Colors of #F61A26
Black with #F61A26
Text Example
Text Example
White with #F61A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61A26; }
p { color: rgb(246,26,38); }
H1.HeaderClassName
{
color: #F61A26;
}
.AnyTagClassName
{
color: #F61A26;
}
</style>
background-color css
<style>
a { background-color: #F61A26; }
a { background-color: rgb(246,26,38); }
div.DivClassName
{
background-color: #F61A26;
}
.BgClassName
{
background-color: #F61A26;
}
</style>
border-color css
<style>
span { border-color: #F61A26; }
span { border-color: rgb(246,26,38); }
td.TdClassName
{
border-color: #F61A26;
}
.TagClassName
{
border-color: #F61A26;
}
</style>