Shades of Torch Red #F40120
Tints of Torch Red #F40120
RGB
CMYK
RGB Variations
Color information
#F40120 (or 0xF40120) is known color: Torch Red. HEX triplet: F4, 01 and 20. RGB value is (244,1,32). Sum of RGB (Red+Green+Blue) = 244+1+32=277 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.09% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 244 - color contains mainly: red. Hex color #F40120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40120 is #0BFEDF. Grayscale: #4D4D4D. Windows color (decimal): -786144 or 2097652. OLE color: 2097652.
HSL color Cylindrical-coordinate representation of color #F40120: hue angle of 352.35º 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 #F40120 is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 32 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.04 |
| HSL | 352.35º | 0.99% | 0.48% | - |
| HSV(B) | 352.35º | 1% | 0.96% | - |
| XYZ | 37.58 | 19.36 | 3.12 | - |
| YUV | 77.19 | 102.51 | 246.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 32 | 0 | 1.00 | 0.87 | 0.04 | 352.35 | 0.99 | 0.48 |
| Hex | F4 | 1 | 20 | 0 | 64 | 57 | 4 | 160 | 63 | 30 |
| Octal | 364 | 1 | 40 | 0 | 144 | 127 | 4 | 540 | 143 | 60 |
| Binary | 11110100 | 1 | 100000 | 0 | 1100100 | 1010111 | 100 | 101100000 | 1100011 | 110000 |
Color Harmonies of #F40120
Complementary color
Monochromatic Colors of #F40120
Black with #F40120
Text Example
Text Example
White with #F40120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40120; }
p { color: rgb(244,1,32); }
H1.HeaderClassName
{
color: #F40120;
}
.AnyTagClassName
{
color: #F40120;
}
</style>
background-color css
<style>
a { background-color: #F40120; }
a { background-color: rgb(244,1,32); }
div.DivClassName
{
background-color: #F40120;
}
.BgClassName
{
background-color: #F40120;
}
</style>
border-color css
<style>
span { border-color: #F40120; }
span { border-color: rgb(244,1,32); }
td.TdClassName
{
border-color: #F40120;
}
.TagClassName
{
border-color: #F40120;
}
</style>