Shades of Torch Red #F4092D
Tints of Torch Red #F4092D
RGB
CMYK
RGB Variations
Color information
#F4092D (or 0xF4092D) is known color: Torch Red. HEX triplet: F4, 09 and 2D. RGB value is (244,9,45). Sum of RGB (Red+Green+Blue) = 244+9+45=298 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.88% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 244 - color contains mainly: red. Hex color #F4092D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4092D is #0BF6D2. Grayscale: #535353. Windows color (decimal): -784083 or 2951668. OLE color: 2951668.
HSL color Cylindrical-coordinate representation of color #F4092D: hue angle of 350.81º 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 #F4092D is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 45 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.04 |
| HSL | 350.81º | 0.93% | 0.5% | - |
| HSV(B) | 350.81º | 0.96% | 0.96% | - |
| XYZ | 37.88 | 19.62 | 4.27 | - |
| YUV | 83.37 | 106.36 | 242.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 45 | 0 | 0.96 | 0.82 | 0.04 | 350.81 | 0.93 | 0.5 |
| Hex | F4 | 9 | 2D | 0 | 60 | 52 | 4 | 15F | 5D | 32 |
| Octal | 364 | 11 | 55 | 0 | 140 | 122 | 4 | 537 | 135 | 62 |
| Binary | 11110100 | 1001 | 101101 | 0 | 1100000 | 1010010 | 100 | 101011111 | 1011101 | 110010 |
Color Harmonies of #F4092D
Complementary color
Monochromatic Colors of #F4092D
Black with #F4092D
Text Example
Text Example
White with #F4092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4092D; }
p { color: rgb(244,9,45); }
H1.HeaderClassName
{
color: #F4092D;
}
.AnyTagClassName
{
color: #F4092D;
}
</style>
background-color css
<style>
a { background-color: #F4092D; }
a { background-color: rgb(244,9,45); }
div.DivClassName
{
background-color: #F4092D;
}
.BgClassName
{
background-color: #F4092D;
}
</style>
border-color css
<style>
span { border-color: #F4092D; }
span { border-color: rgb(244,9,45); }
td.TdClassName
{
border-color: #F4092D;
}
.TagClassName
{
border-color: #F4092D;
}
</style>