Shades of Torch Red #F4090D
Tints of Torch Red #F4090D
RGB
CMYK
RGB Variations
Color information
#F4090D (or 0xF4090D) is known color: Torch Red. HEX triplet: F4, 09 and 0D. RGB value is (244,9,13). Sum of RGB (Red+Green+Blue) = 244+9+13=266 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.73% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 244 - color contains mainly: red. Hex color #F4090D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4090D is #0BF6F2. Grayscale: #4F4F4F. Windows color (decimal): -784115 or 854516. OLE color: 854516.
HSL color Cylindrical-coordinate representation of color #F4090D: hue angle of 358.98º 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 #F4090D is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 13 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.04 |
| HSL | 358.98º | 0.93% | 0.5% | - |
| HSV(B) | 358.98º | 0.96% | 0.96% | - |
| XYZ | 37.48 | 19.46 | 2.16 | - |
| YUV | 79.72 | 90.36 | 245.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 13 | 0 | 0.96 | 0.95 | 0.04 | 358.98 | 0.93 | 0.5 |
| Hex | F4 | 9 | D | 0 | 60 | 5F | 4 | 167 | 5D | 32 |
| Octal | 364 | 11 | 15 | 0 | 140 | 137 | 4 | 547 | 135 | 62 |
| Binary | 11110100 | 1001 | 1101 | 0 | 1100000 | 1011111 | 100 | 101100111 | 1011101 | 110010 |
Color Harmonies of #F4090D
Complementary color
Monochromatic Colors of #F4090D
Black with #F4090D
Text Example
Text Example
White with #F4090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4090D; }
p { color: rgb(244,9,13); }
H1.HeaderClassName
{
color: #F4090D;
}
.AnyTagClassName
{
color: #F4090D;
}
</style>
background-color css
<style>
a { background-color: #F4090D; }
a { background-color: rgb(244,9,13); }
div.DivClassName
{
background-color: #F4090D;
}
.BgClassName
{
background-color: #F4090D;
}
</style>
border-color css
<style>
span { border-color: #F4090D; }
span { border-color: rgb(244,9,13); }
td.TdClassName
{
border-color: #F4090D;
}
.TagClassName
{
border-color: #F4090D;
}
</style>