Shades of Torch Red #F61519
Tints of Torch Red #F61519
RGB
CMYK
RGB Variations
Color information
#F61519 (or 0xF61519) is known color: Torch Red. HEX triplet: F6, 15 and 19. RGB value is (246,21,25). Sum of RGB (Red+Green+Blue) = 246+21+25=292 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.25% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 246 - color contains mainly: red. Hex color #F61519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61519 is #09EAE6. Grayscale: #585858. Windows color (decimal): -649959 or 1644022. OLE color: 1644022.
HSL color Cylindrical-coordinate representation of color #F61519: hue angle of 358.93º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61519 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 25 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.04 |
| HSL | 358.93º | 0.93% | 0.52% | - |
| HSV(B) | 358.93º | 0.91% | 0.96% | - |
| XYZ | 38.45 | 20.2 | 2.79 | - |
| YUV | 88.73 | 92.04 | 240.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 25 | 0 | 0.91 | 0.90 | 0.04 | 358.93 | 0.93 | 0.52 |
| Hex | F6 | 15 | 19 | 0 | 5B | 5A | 4 | 167 | 5D | 34 |
| Octal | 366 | 25 | 31 | 0 | 133 | 132 | 4 | 547 | 135 | 64 |
| Binary | 11110110 | 10101 | 11001 | 0 | 1011011 | 1011010 | 100 | 101100111 | 1011101 | 110100 |
Color Harmonies of #F61519
Complementary color
Monochromatic Colors of #F61519
Black with #F61519
Text Example
Text Example
White with #F61519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61519; }
p { color: rgb(246,21,25); }
H1.HeaderClassName
{
color: #F61519;
}
.AnyTagClassName
{
color: #F61519;
}
</style>
background-color css
<style>
a { background-color: #F61519; }
a { background-color: rgb(246,21,25); }
div.DivClassName
{
background-color: #F61519;
}
.BgClassName
{
background-color: #F61519;
}
</style>
border-color css
<style>
span { border-color: #F61519; }
span { border-color: rgb(246,21,25); }
td.TdClassName
{
border-color: #F61519;
}
.TagClassName
{
border-color: #F61519;
}
</style>