Shades of Torch Red #F61D25
Tints of Torch Red #F61D25
RGB
CMYK
RGB Variations
Color information
#F61D25 (or 0xF61D25) is known color: Torch Red. HEX triplet: F6, 1D and 25. RGB value is (246,29,37). Sum of RGB (Red+Green+Blue) = 246+29+37=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61D25 is #09E2DA. Grayscale: #5E5E5E. Windows color (decimal): -647899 or 2432502. OLE color: 2432502.
HSL color Cylindrical-coordinate representation of color #F61D25: hue angle of 357.79º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61D25 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 37 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.04 |
| HSL | 357.79º | 0.92% | 0.54% | - |
| HSV(B) | 357.79º | 0.88% | 0.96% | - |
| XYZ | 38.78 | 20.61 | 3.68 | - |
| YUV | 94.8 | 95.39 | 235.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 37 | 0 | 0.88 | 0.85 | 0.04 | 357.79 | 0.92 | 0.54 |
| Hex | F6 | 1D | 25 | 0 | 58 | 55 | 4 | 166 | 5C | 36 |
| Octal | 366 | 35 | 45 | 0 | 130 | 125 | 4 | 546 | 134 | 66 |
| Binary | 11110110 | 11101 | 100101 | 0 | 1011000 | 1010101 | 100 | 101100110 | 1011100 | 110110 |
Color Harmonies of #F61D25
Complementary color
Monochromatic Colors of #F61D25
Black with #F61D25
Text Example
Text Example
White with #F61D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61D25; }
p { color: rgb(246,29,37); }
H1.HeaderClassName
{
color: #F61D25;
}
.AnyTagClassName
{
color: #F61D25;
}
</style>
background-color css
<style>
a { background-color: #F61D25; }
a { background-color: rgb(246,29,37); }
div.DivClassName
{
background-color: #F61D25;
}
.BgClassName
{
background-color: #F61D25;
}
</style>
border-color css
<style>
span { border-color: #F61D25; }
span { border-color: rgb(246,29,37); }
td.TdClassName
{
border-color: #F61D25;
}
.TagClassName
{
border-color: #F61D25;
}
</style>