Shades of Torch Red #F61425
Tints of Torch Red #F61425
RGB
CMYK
RGB Variations
Color information
#F61425 (or 0xF61425) is known color: Torch Red. HEX triplet: F6, 14 and 25. RGB value is (246,20,37). Sum of RGB (Red+Green+Blue) = 246+20+37=303 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.19% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 246 - color contains mainly: red. Hex color #F61425 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61425 is #09EBDA. Grayscale: #595959. Windows color (decimal): -650203 or 2430198. OLE color: 2430198.
HSL color Cylindrical-coordinate representation of color #F61425: hue angle of 355.49º 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 #F61425 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 37 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.04 |
| HSL | 355.49º | 0.93% | 0.52% | - |
| HSV(B) | 355.49º | 0.92% | 0.96% | - |
| XYZ | 38.59 | 20.23 | 3.62 | - |
| YUV | 89.51 | 98.37 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 37 | 0 | 0.92 | 0.85 | 0.04 | 355.49 | 0.93 | 0.52 |
| Hex | F6 | 14 | 25 | 0 | 5C | 55 | 4 | 163 | 5D | 34 |
| Octal | 366 | 24 | 45 | 0 | 134 | 125 | 4 | 543 | 135 | 64 |
| Binary | 11110110 | 10100 | 100101 | 0 | 1011100 | 1010101 | 100 | 101100011 | 1011101 | 110100 |
Color Harmonies of #F61425
Complementary color
Monochromatic Colors of #F61425
Black with #F61425
Text Example
Text Example
White with #F61425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61425; }
p { color: rgb(246,20,37); }
H1.HeaderClassName
{
color: #F61425;
}
.AnyTagClassName
{
color: #F61425;
}
</style>
background-color css
<style>
a { background-color: #F61425; }
a { background-color: rgb(246,20,37); }
div.DivClassName
{
background-color: #F61425;
}
.BgClassName
{
background-color: #F61425;
}
</style>
border-color css
<style>
span { border-color: #F61425; }
span { border-color: rgb(246,20,37); }
td.TdClassName
{
border-color: #F61425;
}
.TagClassName
{
border-color: #F61425;
}
</style>