Shades of Torch Red #F61819
Tints of Torch Red #F61819
RGB
CMYK
RGB Variations
Color information
#F61819 (or 0xF61819) is known color: Torch Red. HEX triplet: F6, 18 and 19. RGB value is (246,24,25). Sum of RGB (Red+Green+Blue) = 246+24+25=295 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.39% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 246 - color contains mainly: red. Hex color #F61819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61819 is #09E7E6. Grayscale: #5A5A5A. Windows color (decimal): -649191 or 1644790. OLE color: 1644790.
HSL color Cylindrical-coordinate representation of color #F61819: hue angle of 359.73º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61819 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 25 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.04 |
| HSL | 359.73º | 0.93% | 0.53% | - |
| HSV(B) | 359.73º | 0.9% | 0.96% | - |
| XYZ | 38.51 | 20.32 | 2.81 | - |
| YUV | 90.49 | 91.05 | 238.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 25 | 0 | 0.90 | 0.90 | 0.04 | 359.73 | 0.93 | 0.53 |
| Hex | F6 | 18 | 19 | 0 | 5A | 5A | 4 | 168 | 5C | 35 |
| Octal | 366 | 30 | 31 | 0 | 132 | 132 | 4 | 550 | 134 | 65 |
| Binary | 11110110 | 11000 | 11001 | 0 | 1011010 | 1011010 | 100 | 101101000 | 1011100 | 110101 |
Color Harmonies of #F61819
Complementary color
Monochromatic Colors of #F61819
Black with #F61819
Text Example
Text Example
White with #F61819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61819; }
p { color: rgb(246,24,25); }
H1.HeaderClassName
{
color: #F61819;
}
.AnyTagClassName
{
color: #F61819;
}
</style>
background-color css
<style>
a { background-color: #F61819; }
a { background-color: rgb(246,24,25); }
div.DivClassName
{
background-color: #F61819;
}
.BgClassName
{
background-color: #F61819;
}
</style>
border-color css
<style>
span { border-color: #F61819; }
span { border-color: rgb(246,24,25); }
td.TdClassName
{
border-color: #F61819;
}
.TagClassName
{
border-color: #F61819;
}
</style>