Shades of Torch Red #F40137
Tints of Torch Red #F40137
RGB
CMYK
RGB Variations
Color information
#F40137 (or 0xF40137) is known color: Torch Red. HEX triplet: F4, 01 and 37. RGB value is (244,1,55). Sum of RGB (Red+Green+Blue) = 244+1+55=300 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 244 - color contains mainly: red. Hex color #F40137 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40137 is #0BFEC8. Grayscale: #4F4F4F. Windows color (decimal): -786121 or 3604980. OLE color: 3604980.
HSL color Cylindrical-coordinate representation of color #F40137: hue angle of 346.67º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40137 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 55 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.04 |
| HSL | 346.67º | 0.99% | 0.48% | - |
| HSV(B) | 346.67º | 1% | 0.96% | - |
| XYZ | 38.01 | 19.53 | 5.38 | - |
| YUV | 79.81 | 114.01 | 245.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 55 | 0 | 1.00 | 0.77 | 0.04 | 346.67 | 0.99 | 0.48 |
| Hex | F4 | 1 | 37 | 0 | 64 | 4D | 4 | 15B | 63 | 30 |
| Octal | 364 | 1 | 67 | 0 | 144 | 115 | 4 | 533 | 143 | 60 |
| Binary | 11110100 | 1 | 110111 | 0 | 1100100 | 1001101 | 100 | 101011011 | 1100011 | 110000 |
Color Harmonies of #F40137
Complementary color
Monochromatic Colors of #F40137
Black with #F40137
Text Example
Text Example
White with #F40137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40137; }
p { color: rgb(244,1,55); }
H1.HeaderClassName
{
color: #F40137;
}
.AnyTagClassName
{
color: #F40137;
}
</style>
background-color css
<style>
a { background-color: #F40137; }
a { background-color: rgb(244,1,55); }
div.DivClassName
{
background-color: #F40137;
}
.BgClassName
{
background-color: #F40137;
}
</style>
border-color css
<style>
span { border-color: #F40137; }
span { border-color: rgb(244,1,55); }
td.TdClassName
{
border-color: #F40137;
}
.TagClassName
{
border-color: #F40137;
}
</style>