Shades of Torch Red #F61325
Tints of Torch Red #F61325
RGB
CMYK
RGB Variations
Color information
#F61325 (or 0xF61325) is known color: Torch Red. HEX triplet: F6, 13 and 25. RGB value is (246,19,37). Sum of RGB (Red+Green+Blue) = 246+19+37=302 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.46% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 246 - color contains mainly: red. Hex color #F61325 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61325 is #09ECDA. Grayscale: #595959. Windows color (decimal): -650459 or 2429942. OLE color: 2429942.
HSL color Cylindrical-coordinate representation of color #F61325: hue angle of 355.24º 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 #F61325 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 37 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.04 |
| HSL | 355.24º | 0.93% | 0.52% | - |
| HSV(B) | 355.24º | 0.92% | 0.96% | - |
| XYZ | 38.57 | 20.19 | 3.61 | - |
| YUV | 88.93 | 98.71 | 240.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 37 | 0 | 0.92 | 0.85 | 0.04 | 355.24 | 0.93 | 0.52 |
| Hex | F6 | 13 | 25 | 0 | 5C | 55 | 4 | 163 | 5D | 34 |
| Octal | 366 | 23 | 45 | 0 | 134 | 125 | 4 | 543 | 135 | 64 |
| Binary | 11110110 | 10011 | 100101 | 0 | 1011100 | 1010101 | 100 | 101100011 | 1011101 | 110100 |
Color Harmonies of #F61325
Complementary color
Monochromatic Colors of #F61325
Black with #F61325
Text Example
Text Example
White with #F61325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61325; }
p { color: rgb(246,19,37); }
H1.HeaderClassName
{
color: #F61325;
}
.AnyTagClassName
{
color: #F61325;
}
</style>
background-color css
<style>
a { background-color: #F61325; }
a { background-color: rgb(246,19,37); }
div.DivClassName
{
background-color: #F61325;
}
.BgClassName
{
background-color: #F61325;
}
</style>
border-color css
<style>
span { border-color: #F61325; }
span { border-color: rgb(246,19,37); }
td.TdClassName
{
border-color: #F61325;
}
.TagClassName
{
border-color: #F61325;
}
</style>