Shades of Torch Red #F4001F
Tints of Torch Red #F4001F
RGB
CMYK
RGB Variations
Color information
#F4001F (or 0xF4001F) is known color: Torch Red. HEX triplet: F4, 00 and 1F. RGB value is (244,0,31). Sum of RGB (Red+Green+Blue) = 244+0+31=275 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.73% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 244 - color contains mainly: red. Hex color #F4001F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4001F is #0BFFE0. Grayscale: #4C4C4C. Windows color (decimal): -786401 or 2031860. OLE color: 2031860.
HSL color Cylindrical-coordinate representation of color #F4001F: hue angle of 352.38º 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 #F4001F is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.87 | 0.04 |
| HSL | 352.38º | 1% | 0.48% | - |
| HSV(B) | 352.38º | 1% | 0.96% | - |
| XYZ | 37.56 | 19.33 | 3.05 | - |
| YUV | 76.49 | 102.34 | 247.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 31 | 0 | 1 | 0.87 | 0.04 | 352.38 | 1 | 0.48 |
| Hex | F4 | 0 | 1F | 0 | 64 | 57 | 4 | 160 | 64 | 30 |
| Octal | 364 | 0 | 37 | 0 | 144 | 127 | 4 | 540 | 144 | 60 |
| Binary | 11110100 | 0 | 11111 | 0 | 1100100 | 1010111 | 100 | 101100000 | 1100100 | 110000 |
Color Harmonies of #F4001F
Complementary color
Monochromatic Colors of #F4001F
Black with #F4001F
Text Example
Text Example
White with #F4001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4001F; }
p { color: rgb(244,0,31); }
H1.HeaderClassName
{
color: #F4001F;
}
.AnyTagClassName
{
color: #F4001F;
}
</style>
background-color css
<style>
a { background-color: #F4001F; }
a { background-color: rgb(244,0,31); }
div.DivClassName
{
background-color: #F4001F;
}
.BgClassName
{
background-color: #F4001F;
}
</style>
border-color css
<style>
span { border-color: #F4001F; }
span { border-color: rgb(244,0,31); }
td.TdClassName
{
border-color: #F4001F;
}
.TagClassName
{
border-color: #F4001F;
}
</style>