Shades of Torch Red #F41519
Tints of Torch Red #F41519
RGB
CMYK
RGB Variations
Color information
#F41519 (or 0xF41519) is known color: Torch Red. HEX triplet: F4, 15 and 19. RGB value is (244,21,25). Sum of RGB (Red+Green+Blue) = 244+21+25=290 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.14% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 244 - color contains mainly: red. Hex color #F41519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41519 is #0BEAE6. Grayscale: #585858. Windows color (decimal): -781031 or 1644020. OLE color: 1644020.
HSL color Cylindrical-coordinate representation of color #F41519: hue angle of 358.92º degrees, saturation: 0.91, 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 #F41519 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 25 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.04 |
| HSL | 358.92º | 0.91% | 0.52% | - |
| HSV(B) | 358.92º | 0.91% | 0.96% | - |
| XYZ | 37.75 | 19.84 | 2.76 | - |
| YUV | 88.13 | 92.38 | 239.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 25 | 0 | 0.91 | 0.90 | 0.04 | 358.92 | 0.91 | 0.52 |
| Hex | F4 | 15 | 19 | 0 | 5B | 5A | 4 | 167 | 5B | 34 |
| Octal | 364 | 25 | 31 | 0 | 133 | 132 | 4 | 547 | 133 | 64 |
| Binary | 11110100 | 10101 | 11001 | 0 | 1011011 | 1011010 | 100 | 101100111 | 1011011 | 110100 |
Color Harmonies of #F41519
Complementary color
Monochromatic Colors of #F41519
Black with #F41519
Text Example
Text Example
White with #F41519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41519; }
p { color: rgb(244,21,25); }
H1.HeaderClassName
{
color: #F41519;
}
.AnyTagClassName
{
color: #F41519;
}
</style>
background-color css
<style>
a { background-color: #F41519; }
a { background-color: rgb(244,21,25); }
div.DivClassName
{
background-color: #F41519;
}
.BgClassName
{
background-color: #F41519;
}
</style>
border-color css
<style>
span { border-color: #F41519; }
span { border-color: rgb(244,21,25); }
td.TdClassName
{
border-color: #F41519;
}
.TagClassName
{
border-color: #F41519;
}
</style>