Shades of Torch Red #F4122C
Tints of Torch Red #F4122C
RGB
CMYK
RGB Variations
Color information
#F4122C (or 0xF4122C) is known color: Torch Red. HEX triplet: F4, 12 and 2C. RGB value is (244,18,44). Sum of RGB (Red+Green+Blue) = 244+18+44=306 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.74% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 244 - color contains mainly: red. Hex color #F4122C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4122C is #0BEDD3. Grayscale: #585858. Windows color (decimal): -781780 or 2888436. OLE color: 2888436.
HSL color Cylindrical-coordinate representation of color #F4122C: hue angle of 353.1º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4122C is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 44 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.04 |
| HSL | 353.1º | 0.91% | 0.51% | - |
| HSV(B) | 353.1º | 0.93% | 0.96% | - |
| XYZ | 37.98 | 19.85 | 4.21 | - |
| YUV | 88.54 | 102.87 | 238.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 44 | 0 | 0.93 | 0.82 | 0.04 | 353.1 | 0.91 | 0.51 |
| Hex | F4 | 12 | 2C | 0 | 5D | 52 | 4 | 161 | 5B | 33 |
| Octal | 364 | 22 | 54 | 0 | 135 | 122 | 4 | 541 | 133 | 63 |
| Binary | 11110100 | 10010 | 101100 | 0 | 1011101 | 1010010 | 100 | 101100001 | 1011011 | 110011 |
Color Harmonies of #F4122C
Complementary color
Monochromatic Colors of #F4122C
Black with #F4122C
Text Example
Text Example
White with #F4122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4122C; }
p { color: rgb(244,18,44); }
H1.HeaderClassName
{
color: #F4122C;
}
.AnyTagClassName
{
color: #F4122C;
}
</style>
background-color css
<style>
a { background-color: #F4122C; }
a { background-color: rgb(244,18,44); }
div.DivClassName
{
background-color: #F4122C;
}
.BgClassName
{
background-color: #F4122C;
}
</style>
border-color css
<style>
span { border-color: #F4122C; }
span { border-color: rgb(244,18,44); }
td.TdClassName
{
border-color: #F4122C;
}
.TagClassName
{
border-color: #F4122C;
}
</style>