Shades of Torch Red #F4001E
Tints of Torch Red #F4001E
RGB
CMYK
RGB Variations
Color information
#F4001E (or 0xF4001E) is known color: Torch Red. HEX triplet: F4, 00 and 1E. RGB value is (244,0,30). Sum of RGB (Red+Green+Blue) = 244+0+30=274 (36% of max value = 765). Red value is 244 (95.70% from 255 or 89.05% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 244 - color contains mainly: red. Hex color #F4001E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4001E is #0BFFE1. Grayscale: #4C4C4C. Windows color (decimal): -786402 or 1966324. OLE color: 1966324.
HSL color Cylindrical-coordinate representation of color #F4001E: hue angle of 352.62º 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 #F4001E is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.88 | 0.04 |
| HSL | 352.62º | 1% | 0.48% | - |
| HSV(B) | 352.62º | 1% | 0.96% | - |
| XYZ | 37.54 | 19.33 | 2.98 | - |
| YUV | 76.38 | 101.84 | 247.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 30 | 0 | 1 | 0.88 | 0.04 | 352.62 | 1 | 0.48 |
| Hex | F4 | 0 | 1E | 0 | 64 | 58 | 4 | 161 | 64 | 30 |
| Octal | 364 | 0 | 36 | 0 | 144 | 130 | 4 | 541 | 144 | 60 |
| Binary | 11110100 | 0 | 11110 | 0 | 1100100 | 1011000 | 100 | 101100001 | 1100100 | 110000 |
Color Harmonies of #F4001E
Complementary color
Monochromatic Colors of #F4001E
Black with #F4001E
Text Example
Text Example
White with #F4001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4001E; }
p { color: rgb(244,0,30); }
H1.HeaderClassName
{
color: #F4001E;
}
.AnyTagClassName
{
color: #F4001E;
}
</style>
background-color css
<style>
a { background-color: #F4001E; }
a { background-color: rgb(244,0,30); }
div.DivClassName
{
background-color: #F4001E;
}
.BgClassName
{
background-color: #F4001E;
}
</style>
border-color css
<style>
span { border-color: #F4001E; }
span { border-color: rgb(244,0,30); }
td.TdClassName
{
border-color: #F4001E;
}
.TagClassName
{
border-color: #F4001E;
}
</style>