Shades of Torch Red #F41932
Tints of Torch Red #F41932
RGB
CMYK
RGB Variations
Color information
#F41932 (or 0xF41932) is known color: Torch Red. HEX triplet: F4, 19 and 32. RGB value is (244,25,50). Sum of RGB (Red+Green+Blue) = 244+25+50=319 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.49% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 244 - color contains mainly: red. Hex color #F41932 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41932 is #0BE6CD. Grayscale: #5D5D5D. Windows color (decimal): -779982 or 3283444. OLE color: 3283444.
HSL color Cylindrical-coordinate representation of color #F41932: hue angle of 353.15º 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 #F41932 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 50 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.04 |
| HSL | 353.15º | 0.91% | 0.53% | - |
| HSV(B) | 353.15º | 0.9% | 0.96% | - |
| XYZ | 38.23 | 20.16 | 4.89 | - |
| YUV | 93.33 | 103.55 | 235.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 50 | 0 | 0.90 | 0.80 | 0.04 | 353.15 | 0.91 | 0.53 |
| Hex | F4 | 19 | 32 | 0 | 5A | 50 | 4 | 161 | 5B | 35 |
| Octal | 364 | 31 | 62 | 0 | 132 | 120 | 4 | 541 | 133 | 65 |
| Binary | 11110100 | 11001 | 110010 | 0 | 1011010 | 1010000 | 100 | 101100001 | 1011011 | 110101 |
Color Harmonies of #F41932
Complementary color
Monochromatic Colors of #F41932
Black with #F41932
Text Example
Text Example
White with #F41932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41932; }
p { color: rgb(244,25,50); }
H1.HeaderClassName
{
color: #F41932;
}
.AnyTagClassName
{
color: #F41932;
}
</style>
background-color css
<style>
a { background-color: #F41932; }
a { background-color: rgb(244,25,50); }
div.DivClassName
{
background-color: #F41932;
}
.BgClassName
{
background-color: #F41932;
}
</style>
border-color css
<style>
span { border-color: #F41932; }
span { border-color: rgb(244,25,50); }
td.TdClassName
{
border-color: #F41932;
}
.TagClassName
{
border-color: #F41932;
}
</style>