Shades of Torch Red #F3040E
Tints of Torch Red #F3040E
RGB
CMYK
RGB Variations
Color information
#F3040E (or 0xF3040E) is known color: Torch Red. HEX triplet: F3, 04 and 0E. RGB value is (243,4,14). Sum of RGB (Red+Green+Blue) = 243+4+14=261 (34% of max value = 765). Red value is 243 (95.31% from 255 or 93.10% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 243 - color contains mainly: red. Hex color #F3040E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3040E is #0CFBF1. Grayscale: #4C4C4C. Windows color (decimal): -850930 or 918771. OLE color: 918771.
HSL color Cylindrical-coordinate representation of color #F3040E: hue angle of 357.49º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F3040E is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.05 |
| HSL | 357.49º | 0.97% | 0.48% | - |
| HSV(B) | 357.49º | 0.98% | 0.95% | - |
| XYZ | 37.08 | 19.17 | 2.16 | - |
| YUV | 76.6 | 92.68 | 246.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 14 | 0 | 0.98 | 0.94 | 0.05 | 357.49 | 0.97 | 0.48 |
| Hex | F3 | 4 | E | 0 | 62 | 5E | 5 | 165 | 61 | 30 |
| Octal | 363 | 4 | 16 | 0 | 142 | 136 | 5 | 545 | 141 | 60 |
| Binary | 11110011 | 100 | 1110 | 0 | 1100010 | 1011110 | 101 | 101100101 | 1100001 | 110000 |
Color Harmonies of #F3040E
Complementary color
Monochromatic Colors of #F3040E
Black with #F3040E
Text Example
Text Example
White with #F3040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3040E; }
p { color: rgb(243,4,14); }
H1.HeaderClassName
{
color: #F3040E;
}
.AnyTagClassName
{
color: #F3040E;
}
</style>
background-color css
<style>
a { background-color: #F3040E; }
a { background-color: rgb(243,4,14); }
div.DivClassName
{
background-color: #F3040E;
}
.BgClassName
{
background-color: #F3040E;
}
</style>
border-color css
<style>
span { border-color: #F3040E; }
span { border-color: rgb(243,4,14); }
td.TdClassName
{
border-color: #F3040E;
}
.TagClassName
{
border-color: #F3040E;
}
</style>