Shades of Torch Red #F0073D
Tints of Torch Red #F0073D
RGB
CMYK
RGB Variations
Color information
#F0073D (or 0xF0073D) is known color: Torch Red. HEX triplet: F0, 07 and 3D. RGB value is (240,7,61). Sum of RGB (Red+Green+Blue) = 240+7+61=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F0073D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0073D is #0FF8C2. Grayscale: #525252. Windows color (decimal): -1046723 or 3999728. OLE color: 3999728.
HSL color Cylindrical-coordinate representation of color #F0073D: hue angle of 346.09º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0073D is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.06 |
| HSL | 346.09º | 0.94% | 0.48% | - |
| HSV(B) | 346.09º | 0.97% | 0.94% | - |
| XYZ | 36.85 | 19.01 | 6.14 | - |
| YUV | 82.82 | 115.69 | 240.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 61 | 0 | 0.97 | 0.75 | 0.06 | 346.09 | 0.94 | 0.48 |
| Hex | F0 | 7 | 3D | 0 | 61 | 4B | 6 | 15A | 5E | 30 |
| Octal | 360 | 7 | 75 | 0 | 141 | 113 | 6 | 532 | 136 | 60 |
| Binary | 11110000 | 111 | 111101 | 0 | 1100001 | 1001011 | 110 | 101011010 | 1011110 | 110000 |
Color Harmonies of #F0073D
Complementary color
Monochromatic Colors of #F0073D
Black with #F0073D
Text Example
Text Example
White with #F0073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0073D; }
p { color: rgb(240,7,61); }
H1.HeaderClassName
{
color: #F0073D;
}
.AnyTagClassName
{
color: #F0073D;
}
</style>
background-color css
<style>
a { background-color: #F0073D; }
a { background-color: rgb(240,7,61); }
div.DivClassName
{
background-color: #F0073D;
}
.BgClassName
{
background-color: #F0073D;
}
</style>
border-color css
<style>
span { border-color: #F0073D; }
span { border-color: rgb(240,7,61); }
td.TdClassName
{
border-color: #F0073D;
}
.TagClassName
{
border-color: #F0073D;
}
</style>