Shades of Torch Red #F4073D
Tints of Torch Red #F4073D
RGB
CMYK
RGB Variations
Color information
#F4073D (or 0xF4073D) is known color: Torch Red. HEX triplet: F4, 07 and 3D. RGB value is (244,7,61). Sum of RGB (Red+Green+Blue) = 244+7+61=312 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.21% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 244 - color contains mainly: red. Hex color #F4073D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4073D is #0BF8C2. Grayscale: #545454. Windows color (decimal): -784579 or 3999732. OLE color: 3999732.
HSL color Cylindrical-coordinate representation of color #F4073D: hue angle of 346.33º 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 #F4073D is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.04 |
| HSL | 346.33º | 0.94% | 0.49% | - |
| HSV(B) | 346.33º | 0.97% | 0.96% | - |
| XYZ | 38.23 | 19.72 | 6.21 | - |
| YUV | 84.02 | 115.02 | 242.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 61 | 0 | 0.97 | 0.75 | 0.04 | 346.33 | 0.94 | 0.49 |
| Hex | F4 | 7 | 3D | 0 | 61 | 4B | 4 | 15A | 5E | 31 |
| Octal | 364 | 7 | 75 | 0 | 141 | 113 | 4 | 532 | 136 | 61 |
| Binary | 11110100 | 111 | 111101 | 0 | 1100001 | 1001011 | 100 | 101011010 | 1011110 | 110001 |
Color Harmonies of #F4073D
Complementary color
Monochromatic Colors of #F4073D
Black with #F4073D
Text Example
Text Example
White with #F4073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4073D; }
p { color: rgb(244,7,61); }
H1.HeaderClassName
{
color: #F4073D;
}
.AnyTagClassName
{
color: #F4073D;
}
</style>
background-color css
<style>
a { background-color: #F4073D; }
a { background-color: rgb(244,7,61); }
div.DivClassName
{
background-color: #F4073D;
}
.BgClassName
{
background-color: #F4073D;
}
</style>
border-color css
<style>
span { border-color: #F4073D; }
span { border-color: rgb(244,7,61); }
td.TdClassName
{
border-color: #F4073D;
}
.TagClassName
{
border-color: #F4073D;
}
</style>