Shades of Torch Red #F30739
Tints of Torch Red #F30739
RGB
CMYK
RGB Variations
Color information
#F30739 (or 0xF30739) is known color: Torch Red. HEX triplet: F3, 07 and 39. RGB value is (243,7,57). Sum of RGB (Red+Green+Blue) = 243+7+57=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F30739 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30739 is #0CF8C6. Grayscale: #535353. Windows color (decimal): -850119 or 3737587. OLE color: 3737587.
HSL color Cylindrical-coordinate representation of color #F30739: hue angle of 347.29º 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 #F30739 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 57 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.05 |
| HSL | 347.29º | 0.94% | 0.49% | - |
| HSV(B) | 347.29º | 0.97% | 0.95% | - |
| XYZ | 37.78 | 19.5 | 5.64 | - |
| YUV | 83.26 | 113.19 | 241.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 57 | 0 | 0.97 | 0.77 | 0.05 | 347.29 | 0.94 | 0.49 |
| Hex | F3 | 7 | 39 | 0 | 61 | 4D | 5 | 15B | 5E | 31 |
| Octal | 363 | 7 | 71 | 0 | 141 | 115 | 5 | 533 | 136 | 61 |
| Binary | 11110011 | 111 | 111001 | 0 | 1100001 | 1001101 | 101 | 101011011 | 1011110 | 110001 |
Color Harmonies of #F30739
Complementary color
Monochromatic Colors of #F30739
Black with #F30739
Text Example
Text Example
White with #F30739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30739; }
p { color: rgb(243,7,57); }
H1.HeaderClassName
{
color: #F30739;
}
.AnyTagClassName
{
color: #F30739;
}
</style>
background-color css
<style>
a { background-color: #F30739; }
a { background-color: rgb(243,7,57); }
div.DivClassName
{
background-color: #F30739;
}
.BgClassName
{
background-color: #F30739;
}
</style>
border-color css
<style>
span { border-color: #F30739; }
span { border-color: rgb(243,7,57); }
td.TdClassName
{
border-color: #F30739;
}
.TagClassName
{
border-color: #F30739;
}
</style>