Shades of Torch Red #F61619
Tints of Torch Red #F61619
RGB
CMYK
RGB Variations
Color information
#F61619 (or 0xF61619) is known color: Torch Red. HEX triplet: F6, 16 and 19. RGB value is (246,22,25). Sum of RGB (Red+Green+Blue) = 246+22+25=293 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.96% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 246 - color contains mainly: red. Hex color #F61619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61619 is #09E9E6. Grayscale: #595959. Windows color (decimal): -649703 or 1644278. OLE color: 1644278.
HSL color Cylindrical-coordinate representation of color #F61619: hue angle of 359.2º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61619 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 25 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.04 |
| HSL | 359.2º | 0.93% | 0.53% | - |
| HSV(B) | 359.2º | 0.91% | 0.96% | - |
| XYZ | 38.47 | 20.24 | 2.8 | - |
| YUV | 89.32 | 91.71 | 239.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 25 | 0 | 0.91 | 0.90 | 0.04 | 359.2 | 0.93 | 0.53 |
| Hex | F6 | 16 | 19 | 0 | 5B | 5A | 4 | 167 | 5D | 35 |
| Octal | 366 | 26 | 31 | 0 | 133 | 132 | 4 | 547 | 135 | 65 |
| Binary | 11110110 | 10110 | 11001 | 0 | 1011011 | 1011010 | 100 | 101100111 | 1011101 | 110101 |
Color Harmonies of #F61619
Complementary color
Monochromatic Colors of #F61619
Black with #F61619
Text Example
Text Example
White with #F61619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61619; }
p { color: rgb(246,22,25); }
H1.HeaderClassName
{
color: #F61619;
}
.AnyTagClassName
{
color: #F61619;
}
</style>
background-color css
<style>
a { background-color: #F61619; }
a { background-color: rgb(246,22,25); }
div.DivClassName
{
background-color: #F61619;
}
.BgClassName
{
background-color: #F61619;
}
</style>
border-color css
<style>
span { border-color: #F61619; }
span { border-color: rgb(246,22,25); }
td.TdClassName
{
border-color: #F61619;
}
.TagClassName
{
border-color: #F61619;
}
</style>