Shades of Torch Red #F0073C
Tints of Torch Red #F0073C
RGB
CMYK
RGB Variations
Color information
#F0073C (or 0xF0073C) is known color: Torch Red. HEX triplet: F0, 07 and 3C. RGB value is (240,7,60). Sum of RGB (Red+Green+Blue) = 240+7+60=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F0073C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0073C is #0FF8C3. Grayscale: #525252. Windows color (decimal): -1046724 or 3934192. OLE color: 3934192.
HSL color Cylindrical-coordinate representation of color #F0073C: hue angle of 346.35º 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 #F0073C is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 60 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.06 |
| HSL | 346.35º | 0.94% | 0.48% | - |
| HSV(B) | 346.35º | 0.97% | 0.94% | - |
| XYZ | 36.83 | 19 | 6 | - |
| YUV | 82.71 | 115.19 | 240.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 60 | 0 | 0.97 | 0.75 | 0.06 | 346.35 | 0.94 | 0.48 |
| Hex | F0 | 7 | 3C | 0 | 61 | 4B | 6 | 15A | 5E | 30 |
| Octal | 360 | 7 | 74 | 0 | 141 | 113 | 6 | 532 | 136 | 60 |
| Binary | 11110000 | 111 | 111100 | 0 | 1100001 | 1001011 | 110 | 101011010 | 1011110 | 110000 |
Color Harmonies of #F0073C
Complementary color
Monochromatic Colors of #F0073C
Black with #F0073C
Text Example
Text Example
White with #F0073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0073C; }
p { color: rgb(240,7,60); }
H1.HeaderClassName
{
color: #F0073C;
}
.AnyTagClassName
{
color: #F0073C;
}
</style>
background-color css
<style>
a { background-color: #F0073C; }
a { background-color: rgb(240,7,60); }
div.DivClassName
{
background-color: #F0073C;
}
.BgClassName
{
background-color: #F0073C;
}
</style>
border-color css
<style>
span { border-color: #F0073C; }
span { border-color: rgb(240,7,60); }
td.TdClassName
{
border-color: #F0073C;
}
.TagClassName
{
border-color: #F0073C;
}
</style>