Shades of Torch Red #F41437
Tints of Torch Red #F41437
RGB
CMYK
RGB Variations
Color information
#F41437 (or 0xF41437) is known color: Torch Red. HEX triplet: F4, 14 and 37. RGB value is (244,20,55). Sum of RGB (Red+Green+Blue) = 244+20+55=319 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.49% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 244 - color contains mainly: red. Hex color #F41437 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41437 is #0BEBC8. Grayscale: #5B5B5B. Windows color (decimal): -781257 or 3609844. OLE color: 3609844.
HSL color Cylindrical-coordinate representation of color #F41437: hue angle of 350.62º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F41437 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 55 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.04 |
| HSL | 350.63º | 0.91% | 0.52% | - |
| HSV(B) | 350.63º | 0.92% | 0.96% | - |
| XYZ | 38.25 | 20.01 | 5.46 | - |
| YUV | 90.97 | 107.71 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 55 | 0 | 0.92 | 0.77 | 0.04 | 350.63 | 0.91 | 0.52 |
| Hex | F4 | 14 | 37 | 0 | 5C | 4D | 4 | 15F | 5B | 34 |
| Octal | 364 | 24 | 67 | 0 | 134 | 115 | 4 | 537 | 133 | 64 |
| Binary | 11110100 | 10100 | 110111 | 0 | 1011100 | 1001101 | 100 | 101011111 | 1011011 | 110100 |
Color Harmonies of #F41437
Complementary color
Monochromatic Colors of #F41437
Black with #F41437
Text Example
Text Example
White with #F41437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41437; }
p { color: rgb(244,20,55); }
H1.HeaderClassName
{
color: #F41437;
}
.AnyTagClassName
{
color: #F41437;
}
</style>
background-color css
<style>
a { background-color: #F41437; }
a { background-color: rgb(244,20,55); }
div.DivClassName
{
background-color: #F41437;
}
.BgClassName
{
background-color: #F41437;
}
</style>
border-color css
<style>
span { border-color: #F41437; }
span { border-color: rgb(244,20,55); }
td.TdClassName
{
border-color: #F41437;
}
.TagClassName
{
border-color: #F41437;
}
</style>