Shades of Torch Red #F41819
Tints of Torch Red #F41819
RGB
CMYK
RGB Variations
Color information
#F41819 (or 0xF41819) is known color: Torch Red. HEX triplet: F4, 18 and 19. RGB value is (244,24,25). Sum of RGB (Red+Green+Blue) = 244+24+25=293 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.28% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 244 - color contains mainly: red. Hex color #F41819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41819 is #0BE7E6. Grayscale: #5A5A5A. Windows color (decimal): -780263 or 1644788. OLE color: 1644788.
HSL color Cylindrical-coordinate representation of color #F41819: hue angle of 359.73º degrees, saturation: 0.91, 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 #F41819 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 25 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.04 |
| HSL | 359.73º | 0.91% | 0.53% | - |
| HSV(B) | 359.73º | 0.9% | 0.96% | - |
| XYZ | 37.81 | 19.96 | 2.78 | - |
| YUV | 89.89 | 91.39 | 237.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 25 | 0 | 0.90 | 0.90 | 0.04 | 359.73 | 0.91 | 0.53 |
| Hex | F4 | 18 | 19 | 0 | 5A | 5A | 4 | 168 | 5B | 35 |
| Octal | 364 | 30 | 31 | 0 | 132 | 132 | 4 | 550 | 133 | 65 |
| Binary | 11110100 | 11000 | 11001 | 0 | 1011010 | 1011010 | 100 | 101101000 | 1011011 | 110101 |
Color Harmonies of #F41819
Complementary color
Monochromatic Colors of #F41819
Black with #F41819
Text Example
Text Example
White with #F41819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41819; }
p { color: rgb(244,24,25); }
H1.HeaderClassName
{
color: #F41819;
}
.AnyTagClassName
{
color: #F41819;
}
</style>
background-color css
<style>
a { background-color: #F41819; }
a { background-color: rgb(244,24,25); }
div.DivClassName
{
background-color: #F41819;
}
.BgClassName
{
background-color: #F41819;
}
</style>
border-color css
<style>
span { border-color: #F41819; }
span { border-color: rgb(244,24,25); }
td.TdClassName
{
border-color: #F41819;
}
.TagClassName
{
border-color: #F41819;
}
</style>