Shades of Torch Red #F40519
Tints of Torch Red #F40519
RGB
CMYK
RGB Variations
Color information
#F40519 (or 0xF40519) is known color: Torch Red. HEX triplet: F4, 05 and 19. RGB value is (244,5,25). Sum of RGB (Red+Green+Blue) = 244+5+25=274 (36% of max value = 765). Red value is 244 (95.70% from 255 or 89.05% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 244 - color contains mainly: red. Hex color #F40519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40519 is #0BFAE6. Grayscale: #4E4E4E. Windows color (decimal): -785127 or 1639924. OLE color: 1639924.
HSL color Cylindrical-coordinate representation of color #F40519: hue angle of 354.98º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40519 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 25 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.04 |
| HSL | 354.98º | 0.96% | 0.49% | - |
| HSV(B) | 354.98º | 0.98% | 0.96% | - |
| XYZ | 37.54 | 19.41 | 2.69 | - |
| YUV | 78.74 | 97.68 | 245.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 25 | 0 | 0.98 | 0.90 | 0.04 | 354.98 | 0.96 | 0.49 |
| Hex | F4 | 5 | 19 | 0 | 62 | 5A | 4 | 163 | 60 | 31 |
| Octal | 364 | 5 | 31 | 0 | 142 | 132 | 4 | 543 | 140 | 61 |
| Binary | 11110100 | 101 | 11001 | 0 | 1100010 | 1011010 | 100 | 101100011 | 1100000 | 110001 |
Color Harmonies of #F40519
Complementary color
Monochromatic Colors of #F40519
Black with #F40519
Text Example
Text Example
White with #F40519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40519; }
p { color: rgb(244,5,25); }
H1.HeaderClassName
{
color: #F40519;
}
.AnyTagClassName
{
color: #F40519;
}
</style>
background-color css
<style>
a { background-color: #F40519; }
a { background-color: rgb(244,5,25); }
div.DivClassName
{
background-color: #F40519;
}
.BgClassName
{
background-color: #F40519;
}
</style>
border-color css
<style>
span { border-color: #F40519; }
span { border-color: rgb(244,5,25); }
td.TdClassName
{
border-color: #F40519;
}
.TagClassName
{
border-color: #F40519;
}
</style>