Shades of Torch Red #F4092A
Tints of Torch Red #F4092A
RGB
CMYK
RGB Variations
Color information
#F4092A (or 0xF4092A) is known color: Torch Red. HEX triplet: F4, 09 and 2A. RGB value is (244,9,42). Sum of RGB (Red+Green+Blue) = 244+9+42=295 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.71% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 244 - color contains mainly: red. Hex color #F4092A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4092A is #0BF6D5. Grayscale: #535353. Windows color (decimal): -784086 or 2755060. OLE color: 2755060.
HSL color Cylindrical-coordinate representation of color #F4092A: hue angle of 351.57º 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 #F4092A is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 42 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.04 |
| HSL | 351.57º | 0.93% | 0.5% | - |
| HSV(B) | 351.57º | 0.96% | 0.96% | - |
| XYZ | 37.82 | 19.6 | 3.98 | - |
| YUV | 83.03 | 104.86 | 242.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 42 | 0 | 0.96 | 0.83 | 0.04 | 351.57 | 0.93 | 0.5 |
| Hex | F4 | 9 | 2A | 0 | 60 | 53 | 4 | 160 | 5D | 32 |
| Octal | 364 | 11 | 52 | 0 | 140 | 123 | 4 | 540 | 135 | 62 |
| Binary | 11110100 | 1001 | 101010 | 0 | 1100000 | 1010011 | 100 | 101100000 | 1011101 | 110010 |
Color Harmonies of #F4092A
Complementary color
Monochromatic Colors of #F4092A
Black with #F4092A
Text Example
Text Example
White with #F4092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4092A; }
p { color: rgb(244,9,42); }
H1.HeaderClassName
{
color: #F4092A;
}
.AnyTagClassName
{
color: #F4092A;
}
</style>
background-color css
<style>
a { background-color: #F4092A; }
a { background-color: rgb(244,9,42); }
div.DivClassName
{
background-color: #F4092A;
}
.BgClassName
{
background-color: #F4092A;
}
</style>
border-color css
<style>
span { border-color: #F4092A; }
span { border-color: rgb(244,9,42); }
td.TdClassName
{
border-color: #F4092A;
}
.TagClassName
{
border-color: #F4092A;
}
</style>