Shades of Torch Red #F41637
Tints of Torch Red #F41637
RGB
CMYK
RGB Variations
Color information
#F41637 (or 0xF41637) is known color: Torch Red. HEX triplet: F4, 16 and 37. RGB value is (244,22,55). Sum of RGB (Red+Green+Blue) = 244+22+55=321 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.01% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 244 - color contains mainly: red. Hex color #F41637 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41637 is #0BE9C8. Grayscale: #5C5C5C. Windows color (decimal): -780745 or 3610356. OLE color: 3610356.
HSL color Cylindrical-coordinate representation of color #F41637: hue angle of 351.08º 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 #F41637 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 55 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.04 |
| HSL | 351.08º | 0.91% | 0.52% | - |
| HSV(B) | 351.08º | 0.91% | 0.96% | - |
| XYZ | 38.28 | 20.08 | 5.47 | - |
| YUV | 92.14 | 107.05 | 236.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 55 | 0 | 0.91 | 0.77 | 0.04 | 351.08 | 0.91 | 0.52 |
| Hex | F4 | 16 | 37 | 0 | 5B | 4D | 4 | 15F | 5B | 34 |
| Octal | 364 | 26 | 67 | 0 | 133 | 115 | 4 | 537 | 133 | 64 |
| Binary | 11110100 | 10110 | 110111 | 0 | 1011011 | 1001101 | 100 | 101011111 | 1011011 | 110100 |
Color Harmonies of #F41637
Complementary color
Monochromatic Colors of #F41637
Black with #F41637
Text Example
Text Example
White with #F41637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41637; }
p { color: rgb(244,22,55); }
H1.HeaderClassName
{
color: #F41637;
}
.AnyTagClassName
{
color: #F41637;
}
</style>
background-color css
<style>
a { background-color: #F41637; }
a { background-color: rgb(244,22,55); }
div.DivClassName
{
background-color: #F41637;
}
.BgClassName
{
background-color: #F41637;
}
</style>
border-color css
<style>
span { border-color: #F41637; }
span { border-color: rgb(244,22,55); }
td.TdClassName
{
border-color: #F41637;
}
.TagClassName
{
border-color: #F41637;
}
</style>