Shades of Torch Red #F4071D
Tints of Torch Red #F4071D
RGB
CMYK
RGB Variations
Color information
#F4071D (or 0xF4071D) is known color: Torch Red. HEX triplet: F4, 07 and 1D. RGB value is (244,7,29). Sum of RGB (Red+Green+Blue) = 244+7+29=280 (37% of max value = 765). Red value is 244 (95.70% from 255 or 87.14% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 244 - color contains mainly: red. Hex color #F4071D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4071D is #0BF8E2. Grayscale: #505050. Windows color (decimal): -784611 or 1902580. OLE color: 1902580.
HSL color Cylindrical-coordinate representation of color #F4071D: hue angle of 354.43º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F4071D is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 29 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.04 |
| HSL | 354.43º | 0.94% | 0.49% | - |
| HSV(B) | 354.43º | 0.97% | 0.96% | - |
| XYZ | 37.61 | 19.47 | 2.94 | - |
| YUV | 80.37 | 99.02 | 244.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 29 | 0 | 0.97 | 0.88 | 0.04 | 354.43 | 0.94 | 0.49 |
| Hex | F4 | 7 | 1D | 0 | 61 | 58 | 4 | 162 | 5E | 31 |
| Octal | 364 | 7 | 35 | 0 | 141 | 130 | 4 | 542 | 136 | 61 |
| Binary | 11110100 | 111 | 11101 | 0 | 1100001 | 1011000 | 100 | 101100010 | 1011110 | 110001 |
Color Harmonies of #F4071D
Complementary color
Monochromatic Colors of #F4071D
Black with #F4071D
Text Example
Text Example
White with #F4071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4071D; }
p { color: rgb(244,7,29); }
H1.HeaderClassName
{
color: #F4071D;
}
.AnyTagClassName
{
color: #F4071D;
}
</style>
background-color css
<style>
a { background-color: #F4071D; }
a { background-color: rgb(244,7,29); }
div.DivClassName
{
background-color: #F4071D;
}
.BgClassName
{
background-color: #F4071D;
}
</style>
border-color css
<style>
span { border-color: #F4071D; }
span { border-color: rgb(244,7,29); }
td.TdClassName
{
border-color: #F4071D;
}
.TagClassName
{
border-color: #F4071D;
}
</style>