Shades of Torch Red #F4101D
Tints of Torch Red #F4101D
RGB
CMYK
RGB Variations
Color information
#F4101D (or 0xF4101D) is known color: Torch Red. HEX triplet: F4, 10 and 1D. RGB value is (244,16,29). Sum of RGB (Red+Green+Blue) = 244+16+29=289 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.43% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 244 - color contains mainly: red. Hex color #F4101D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4101D is #0BEFE2. Grayscale: #555555. Windows color (decimal): -782307 or 1904884. OLE color: 1904884.
HSL color Cylindrical-coordinate representation of color #F4101D: hue angle of 356.58º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4101D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 29 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.04 |
| HSL | 356.58º | 0.91% | 0.51% | - |
| HSV(B) | 356.58º | 0.93% | 0.96% | - |
| XYZ | 37.72 | 19.69 | 2.98 | - |
| YUV | 85.65 | 96.04 | 240.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 29 | 0 | 0.93 | 0.88 | 0.04 | 356.58 | 0.91 | 0.51 |
| Hex | F4 | 10 | 1D | 0 | 5D | 58 | 4 | 165 | 5B | 33 |
| Octal | 364 | 20 | 35 | 0 | 135 | 130 | 4 | 545 | 133 | 63 |
| Binary | 11110100 | 10000 | 11101 | 0 | 1011101 | 1011000 | 100 | 101100101 | 1011011 | 110011 |
Color Harmonies of #F4101D
Complementary color
Monochromatic Colors of #F4101D
Black with #F4101D
Text Example
Text Example
White with #F4101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4101D; }
p { color: rgb(244,16,29); }
H1.HeaderClassName
{
color: #F4101D;
}
.AnyTagClassName
{
color: #F4101D;
}
</style>
background-color css
<style>
a { background-color: #F4101D; }
a { background-color: rgb(244,16,29); }
div.DivClassName
{
background-color: #F4101D;
}
.BgClassName
{
background-color: #F4101D;
}
</style>
border-color css
<style>
span { border-color: #F4101D; }
span { border-color: rgb(244,16,29); }
td.TdClassName
{
border-color: #F4101D;
}
.TagClassName
{
border-color: #F4101D;
}
</style>