Shades of Torch Red #F4011D
Tints of Torch Red #F4011D
RGB
CMYK
RGB Variations
Color information
#F4011D (or 0xF4011D) is known color: Torch Red. HEX triplet: F4, 01 and 1D. RGB value is (244,1,29). Sum of RGB (Red+Green+Blue) = 244+1+29=274 (36% of max value = 765). Red value is 244 (95.70% from 255 or 89.05% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 244 - color contains mainly: red. Hex color #F4011D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4011D is #0BFEE2. Grayscale: #4C4C4C. Windows color (decimal): -786147 or 1901044. OLE color: 1901044.
HSL color Cylindrical-coordinate representation of color #F4011D: hue angle of 353.09º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4011D is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.04 |
| HSL | 353.09º | 0.99% | 0.48% | - |
| HSV(B) | 353.09º | 1% | 0.96% | - |
| XYZ | 37.54 | 19.34 | 2.92 | - |
| YUV | 76.85 | 101.01 | 247.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 29 | 0 | 1.00 | 0.88 | 0.04 | 353.09 | 0.99 | 0.48 |
| Hex | F4 | 1 | 1D | 0 | 64 | 58 | 4 | 161 | 63 | 30 |
| Octal | 364 | 1 | 35 | 0 | 144 | 130 | 4 | 541 | 143 | 60 |
| Binary | 11110100 | 1 | 11101 | 0 | 1100100 | 1011000 | 100 | 101100001 | 1100011 | 110000 |
Color Harmonies of #F4011D
Complementary color
Monochromatic Colors of #F4011D
Black with #F4011D
Text Example
Text Example
White with #F4011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4011D; }
p { color: rgb(244,1,29); }
H1.HeaderClassName
{
color: #F4011D;
}
.AnyTagClassName
{
color: #F4011D;
}
</style>
background-color css
<style>
a { background-color: #F4011D; }
a { background-color: rgb(244,1,29); }
div.DivClassName
{
background-color: #F4011D;
}
.BgClassName
{
background-color: #F4011D;
}
</style>
border-color css
<style>
span { border-color: #F4011D; }
span { border-color: rgb(244,1,29); }
td.TdClassName
{
border-color: #F4011D;
}
.TagClassName
{
border-color: #F4011D;
}
</style>