Shades of Torch Red #F3073C
Tints of Torch Red #F3073C
RGB
CMYK
RGB Variations
Color information
#F3073C (or 0xF3073C) is known color: Torch Red. HEX triplet: F3, 07 and 3C. RGB value is (243,7,60). Sum of RGB (Red+Green+Blue) = 243+7+60=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F3073C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3073C is #0CF8C3. Grayscale: #535353. Windows color (decimal): -850116 or 3934195. OLE color: 3934195.
HSL color Cylindrical-coordinate representation of color #F3073C: hue angle of 346.53º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F3073C is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 60 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.05 |
| HSL | 346.53º | 0.94% | 0.49% | - |
| HSV(B) | 346.53º | 0.97% | 0.95% | - |
| XYZ | 37.85 | 19.53 | 6.05 | - |
| YUV | 83.61 | 114.69 | 241.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 60 | 0 | 0.97 | 0.75 | 0.05 | 346.53 | 0.94 | 0.49 |
| Hex | F3 | 7 | 3C | 0 | 61 | 4B | 5 | 15B | 5E | 31 |
| Octal | 363 | 7 | 74 | 0 | 141 | 113 | 5 | 533 | 136 | 61 |
| Binary | 11110011 | 111 | 111100 | 0 | 1100001 | 1001011 | 101 | 101011011 | 1011110 | 110001 |
Color Harmonies of #F3073C
Complementary color
Monochromatic Colors of #F3073C
Black with #F3073C
Text Example
Text Example
White with #F3073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3073C; }
p { color: rgb(243,7,60); }
H1.HeaderClassName
{
color: #F3073C;
}
.AnyTagClassName
{
color: #F3073C;
}
</style>
background-color css
<style>
a { background-color: #F3073C; }
a { background-color: rgb(243,7,60); }
div.DivClassName
{
background-color: #F3073C;
}
.BgClassName
{
background-color: #F3073C;
}
</style>
border-color css
<style>
span { border-color: #F3073C; }
span { border-color: rgb(243,7,60); }
td.TdClassName
{
border-color: #F3073C;
}
.TagClassName
{
border-color: #F3073C;
}
</style>