Shades of Torch Red #F41737
Tints of Torch Red #F41737
RGB
CMYK
RGB Variations
Color information
#F41737 (or 0xF41737) is known color: Torch Red. HEX triplet: F4, 17 and 37. RGB value is (244,23,55). Sum of RGB (Red+Green+Blue) = 244+23+55=322 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.78% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 244 - color contains mainly: red. Hex color #F41737 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41737 is #0BE8C8. Grayscale: #5C5C5C. Windows color (decimal): -780489 or 3610612. OLE color: 3610612.
HSL color Cylindrical-coordinate representation of color #F41737: hue angle of 351.31º 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 #F41737 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 55 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.04 |
| HSL | 351.31º | 0.91% | 0.52% | - |
| HSV(B) | 351.31º | 0.91% | 0.96% | - |
| XYZ | 38.3 | 20.12 | 5.48 | - |
| YUV | 92.73 | 106.72 | 235.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 55 | 0 | 0.91 | 0.77 | 0.04 | 351.31 | 0.91 | 0.52 |
| Hex | F4 | 17 | 37 | 0 | 5B | 4D | 4 | 15F | 5B | 34 |
| Octal | 364 | 27 | 67 | 0 | 133 | 115 | 4 | 537 | 133 | 64 |
| Binary | 11110100 | 10111 | 110111 | 0 | 1011011 | 1001101 | 100 | 101011111 | 1011011 | 110100 |
Color Harmonies of #F41737
Complementary color
Monochromatic Colors of #F41737
Black with #F41737
Text Example
Text Example
White with #F41737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41737; }
p { color: rgb(244,23,55); }
H1.HeaderClassName
{
color: #F41737;
}
.AnyTagClassName
{
color: #F41737;
}
</style>
background-color css
<style>
a { background-color: #F41737; }
a { background-color: rgb(244,23,55); }
div.DivClassName
{
background-color: #F41737;
}
.BgClassName
{
background-color: #F41737;
}
</style>
border-color css
<style>
span { border-color: #F41737; }
span { border-color: rgb(244,23,55); }
td.TdClassName
{
border-color: #F41737;
}
.TagClassName
{
border-color: #F41737;
}
</style>