Shades of Torch Red #F61A2E
Tints of Torch Red #F61A2E
RGB
CMYK
RGB Variations
Color information
#F61A2E (or 0xF61A2E) is known color: Torch Red. HEX triplet: F6, 1A and 2E. RGB value is (246,26,46). Sum of RGB (Red+Green+Blue) = 246+26+46=318 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.36% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61A2E is #09E5D1. Grayscale: #5E5E5E. Windows color (decimal): -648658 or 3021558. OLE color: 3021558.
HSL color Cylindrical-coordinate representation of color #F61A2E: hue angle of 354.55º 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 #F61A2E is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 46 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.04 |
| HSL | 354.55º | 0.92% | 0.53% | - |
| HSV(B) | 354.55º | 0.89% | 0.96% | - |
| XYZ | 38.87 | 20.53 | 4.5 | - |
| YUV | 94.06 | 100.89 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 46 | 0 | 0.89 | 0.81 | 0.04 | 354.55 | 0.92 | 0.53 |
| Hex | F6 | 1A | 2E | 0 | 59 | 51 | 4 | 163 | 5C | 35 |
| Octal | 366 | 32 | 56 | 0 | 131 | 121 | 4 | 543 | 134 | 65 |
| Binary | 11110110 | 11010 | 101110 | 0 | 1011001 | 1010001 | 100 | 101100011 | 1011100 | 110101 |
Color Harmonies of #F61A2E
Complementary color
Monochromatic Colors of #F61A2E
Black with #F61A2E
Text Example
Text Example
White with #F61A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61A2E; }
p { color: rgb(246,26,46); }
H1.HeaderClassName
{
color: #F61A2E;
}
.AnyTagClassName
{
color: #F61A2E;
}
</style>
background-color css
<style>
a { background-color: #F61A2E; }
a { background-color: rgb(246,26,46); }
div.DivClassName
{
background-color: #F61A2E;
}
.BgClassName
{
background-color: #F61A2E;
}
</style>
border-color css
<style>
span { border-color: #F61A2E; }
span { border-color: rgb(246,26,46); }
td.TdClassName
{
border-color: #F61A2E;
}
.TagClassName
{
border-color: #F61A2E;
}
</style>