Shades of Torch Red #F4080D
Tints of Torch Red #F4080D
RGB
CMYK
RGB Variations
Color information
#F4080D (or 0xF4080D) is known color: Torch Red. HEX triplet: F4, 08 and 0D. RGB value is (244,8,13). Sum of RGB (Red+Green+Blue) = 244+8+13=265 (35% of max value = 765). Red value is 244 (95.70% from 255 or 92.08% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 244 - color contains mainly: red. Hex color #F4080D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4080D is #0BF7F2. Grayscale: #4F4F4F. Windows color (decimal): -784371 or 854260. OLE color: 854260.
HSL color Cylindrical-coordinate representation of color #F4080D: hue angle of 358.73º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F4080D is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 13 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.04 |
| HSL | 358.73º | 0.94% | 0.49% | - |
| HSV(B) | 358.73º | 0.97% | 0.96% | - |
| XYZ | 37.47 | 19.44 | 2.16 | - |
| YUV | 79.13 | 90.69 | 245.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 13 | 0 | 0.97 | 0.95 | 0.04 | 358.73 | 0.94 | 0.49 |
| Hex | F4 | 8 | D | 0 | 61 | 5F | 4 | 167 | 5E | 31 |
| Octal | 364 | 10 | 15 | 0 | 141 | 137 | 4 | 547 | 136 | 61 |
| Binary | 11110100 | 1000 | 1101 | 0 | 1100001 | 1011111 | 100 | 101100111 | 1011110 | 110001 |
Color Harmonies of #F4080D
Complementary color
Monochromatic Colors of #F4080D
Black with #F4080D
Text Example
Text Example
White with #F4080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4080D; }
p { color: rgb(244,8,13); }
H1.HeaderClassName
{
color: #F4080D;
}
.AnyTagClassName
{
color: #F4080D;
}
</style>
background-color css
<style>
a { background-color: #F4080D; }
a { background-color: rgb(244,8,13); }
div.DivClassName
{
background-color: #F4080D;
}
.BgClassName
{
background-color: #F4080D;
}
</style>
border-color css
<style>
span { border-color: #F4080D; }
span { border-color: rgb(244,8,13); }
td.TdClassName
{
border-color: #F4080D;
}
.TagClassName
{
border-color: #F4080D;
}
</style>