Shades of Torch Red #F4000D
Tints of Torch Red #F4000D
RGB
CMYK
RGB Variations
Color information
#F4000D (or 0xF4000D) is known color: Torch Red. HEX triplet: F4, 00 and 0D. RGB value is (244,0,13). Sum of RGB (Red+Green+Blue) = 244+0+13=257 (34% of max value = 765). Red value is 244 (95.70% from 255 or 94.94% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 244 - color contains mainly: red. Hex color #F4000D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4000D is #0BFFF2. Grayscale: #4A4A4A. Windows color (decimal): -786419 or 852212. OLE color: 852212.
HSL color Cylindrical-coordinate representation of color #F4000D: hue angle of 356.8º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4000D is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.95 | 0.04 |
| HSL | 356.8º | 1% | 0.48% | - |
| HSV(B) | 356.8º | 1% | 0.96% | - |
| XYZ | 37.38 | 19.26 | 2.13 | - |
| YUV | 74.44 | 93.34 | 248.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 13 | 0 | 1 | 0.95 | 0.04 | 356.8 | 1 | 0.48 |
| Hex | F4 | 0 | D | 0 | 64 | 5F | 4 | 165 | 64 | 30 |
| Octal | 364 | 0 | 15 | 0 | 144 | 137 | 4 | 545 | 144 | 60 |
| Binary | 11110100 | 0 | 1101 | 0 | 1100100 | 1011111 | 100 | 101100101 | 1100100 | 110000 |
Color Harmonies of #F4000D
Complementary color
Monochromatic Colors of #F4000D
Black with #F4000D
Text Example
Text Example
White with #F4000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4000D; }
p { color: rgb(244,0,13); }
H1.HeaderClassName
{
color: #F4000D;
}
.AnyTagClassName
{
color: #F4000D;
}
</style>
background-color css
<style>
a { background-color: #F4000D; }
a { background-color: rgb(244,0,13); }
div.DivClassName
{
background-color: #F4000D;
}
.BgClassName
{
background-color: #F4000D;
}
</style>
border-color css
<style>
span { border-color: #F4000D; }
span { border-color: rgb(244,0,13); }
td.TdClassName
{
border-color: #F4000D;
}
.TagClassName
{
border-color: #F4000D;
}
</style>