Shades of Torch Red #F40437
Tints of Torch Red #F40437
RGB
CMYK
RGB Variations
Color information
#F40437 (or 0xF40437) is known color: Torch Red. HEX triplet: F4, 04 and 37. RGB value is (244,4,55). Sum of RGB (Red+Green+Blue) = 244+4+55=303 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.53% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 244 - color contains mainly: red. Hex color #F40437 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40437 is #0BFBC8. Grayscale: #515151. Windows color (decimal): -785353 or 3605748. OLE color: 3605748.
HSL color Cylindrical-coordinate representation of color #F40437: hue angle of 347.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40437 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 55 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.04 |
| HSL | 347.25º | 0.97% | 0.49% | - |
| HSV(B) | 347.25º | 0.98% | 0.96% | - |
| XYZ | 38.04 | 19.6 | 5.39 | - |
| YUV | 81.57 | 113.01 | 243.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 55 | 0 | 0.98 | 0.77 | 0.04 | 347.25 | 0.97 | 0.49 |
| Hex | F4 | 4 | 37 | 0 | 62 | 4D | 4 | 15B | 61 | 31 |
| Octal | 364 | 4 | 67 | 0 | 142 | 115 | 4 | 533 | 141 | 61 |
| Binary | 11110100 | 100 | 110111 | 0 | 1100010 | 1001101 | 100 | 101011011 | 1100001 | 110001 |
Color Harmonies of #F40437
Complementary color
Monochromatic Colors of #F40437
Black with #F40437
Text Example
Text Example
White with #F40437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40437; }
p { color: rgb(244,4,55); }
H1.HeaderClassName
{
color: #F40437;
}
.AnyTagClassName
{
color: #F40437;
}
</style>
background-color css
<style>
a { background-color: #F40437; }
a { background-color: rgb(244,4,55); }
div.DivClassName
{
background-color: #F40437;
}
.BgClassName
{
background-color: #F40437;
}
</style>
border-color css
<style>
span { border-color: #F40437; }
span { border-color: rgb(244,4,55); }
td.TdClassName
{
border-color: #F40437;
}
.TagClassName
{
border-color: #F40437;
}
</style>