Shades of Torch Red #F4092C
Tints of Torch Red #F4092C
RGB
CMYK
RGB Variations
Color information
#F4092C (or 0xF4092C) is known color: Torch Red. HEX triplet: F4, 09 and 2C. RGB value is (244,9,44). Sum of RGB (Red+Green+Blue) = 244+9+44=297 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.15% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 244 - color contains mainly: red. Hex color #F4092C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4092C is #0BF6D3. Grayscale: #535353. Windows color (decimal): -784084 or 2886132. OLE color: 2886132.
HSL color Cylindrical-coordinate representation of color #F4092C: hue angle of 351.06º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F4092C is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 44 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.04 |
| HSL | 351.06º | 0.93% | 0.5% | - |
| HSV(B) | 351.06º | 0.96% | 0.96% | - |
| XYZ | 37.86 | 19.61 | 4.17 | - |
| YUV | 83.26 | 105.86 | 242.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 44 | 0 | 0.96 | 0.82 | 0.04 | 351.06 | 0.93 | 0.5 |
| Hex | F4 | 9 | 2C | 0 | 60 | 52 | 4 | 15F | 5D | 32 |
| Octal | 364 | 11 | 54 | 0 | 140 | 122 | 4 | 537 | 135 | 62 |
| Binary | 11110100 | 1001 | 101100 | 0 | 1100000 | 1010010 | 100 | 101011111 | 1011101 | 110010 |
Color Harmonies of #F4092C
Complementary color
Monochromatic Colors of #F4092C
Black with #F4092C
Text Example
Text Example
White with #F4092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4092C; }
p { color: rgb(244,9,44); }
H1.HeaderClassName
{
color: #F4092C;
}
.AnyTagClassName
{
color: #F4092C;
}
</style>
background-color css
<style>
a { background-color: #F4092C; }
a { background-color: rgb(244,9,44); }
div.DivClassName
{
background-color: #F4092C;
}
.BgClassName
{
background-color: #F4092C;
}
</style>
border-color css
<style>
span { border-color: #F4092C; }
span { border-color: rgb(244,9,44); }
td.TdClassName
{
border-color: #F4092C;
}
.TagClassName
{
border-color: #F4092C;
}
</style>