Shades of Torch Red #F61225
Tints of Torch Red #F61225
RGB
CMYK
RGB Variations
Color information
#F61225 (or 0xF61225) is known color: Torch Red. HEX triplet: F6, 12 and 25. RGB value is (246,18,37). Sum of RGB (Red+Green+Blue) = 246+18+37=301 (39% of max value = 765). Red value is 246 (96.48% from 255 or 81.73% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 246 - color contains mainly: red. Hex color #F61225 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61225 is #09EDDA. Grayscale: #585858. Windows color (decimal): -650715 or 2429686. OLE color: 2429686.
HSL color Cylindrical-coordinate representation of color #F61225: hue angle of 355º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61225 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 37 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.04 |
| HSL | 355º | 0.93% | 0.52% | - |
| HSV(B) | 355º | 0.93% | 0.96% | - |
| XYZ | 38.56 | 20.16 | 3.61 | - |
| YUV | 88.34 | 99.04 | 240.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 37 | 0 | 0.93 | 0.85 | 0.04 | 355 | 0.93 | 0.52 |
| Hex | F6 | 12 | 25 | 0 | 5D | 55 | 4 | 163 | 5D | 34 |
| Octal | 366 | 22 | 45 | 0 | 135 | 125 | 4 | 543 | 135 | 64 |
| Binary | 11110110 | 10010 | 100101 | 0 | 1011101 | 1010101 | 100 | 101100011 | 1011101 | 110100 |
Color Harmonies of #F61225
Complementary color
Monochromatic Colors of #F61225
Black with #F61225
Text Example
Text Example
White with #F61225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61225; }
p { color: rgb(246,18,37); }
H1.HeaderClassName
{
color: #F61225;
}
.AnyTagClassName
{
color: #F61225;
}
</style>
background-color css
<style>
a { background-color: #F61225; }
a { background-color: rgb(246,18,37); }
div.DivClassName
{
background-color: #F61225;
}
.BgClassName
{
background-color: #F61225;
}
</style>
border-color css
<style>
span { border-color: #F61225; }
span { border-color: rgb(246,18,37); }
td.TdClassName
{
border-color: #F61225;
}
.TagClassName
{
border-color: #F61225;
}
</style>