Shades of Torch Red #F61A25
Tints of Torch Red #F61A25
RGB
CMYK
RGB Variations
Color information
#F61A25 (or 0xF61A25) is known color: Torch Red. HEX triplet: F6, 1A and 25. RGB value is (246,26,37). Sum of RGB (Red+Green+Blue) = 246+26+37=309 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.61% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61A25 is #09E5DA. Grayscale: #5D5D5D. Windows color (decimal): -648667 or 2431734. OLE color: 2431734.
HSL color Cylindrical-coordinate representation of color #F61A25: hue angle of 357º 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 #F61A25 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 37 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.04 |
| HSL | 357º | 0.92% | 0.53% | - |
| HSV(B) | 357º | 0.89% | 0.96% | - |
| XYZ | 38.71 | 20.47 | 3.66 | - |
| YUV | 93.03 | 96.39 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 37 | 0 | 0.89 | 0.85 | 0.04 | 357 | 0.92 | 0.53 |
| Hex | F6 | 1A | 25 | 0 | 59 | 55 | 4 | 165 | 5C | 35 |
| Octal | 366 | 32 | 45 | 0 | 131 | 125 | 4 | 545 | 134 | 65 |
| Binary | 11110110 | 11010 | 100101 | 0 | 1011001 | 1010101 | 100 | 101100101 | 1011100 | 110101 |
Color Harmonies of #F61A25
Complementary color
Monochromatic Colors of #F61A25
Black with #F61A25
Text Example
Text Example
White with #F61A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61A25; }
p { color: rgb(246,26,37); }
H1.HeaderClassName
{
color: #F61A25;
}
.AnyTagClassName
{
color: #F61A25;
}
</style>
background-color css
<style>
a { background-color: #F61A25; }
a { background-color: rgb(246,26,37); }
div.DivClassName
{
background-color: #F61A25;
}
.BgClassName
{
background-color: #F61A25;
}
</style>
border-color css
<style>
span { border-color: #F61A25; }
span { border-color: rgb(246,26,37); }
td.TdClassName
{
border-color: #F61A25;
}
.TagClassName
{
border-color: #F61A25;
}
</style>