Shades of Torch Red #F3162D
Tints of Torch Red #F3162D
RGB
CMYK
RGB Variations
Color information
#F3162D (or 0xF3162D) is known color: Torch Red. HEX triplet: F3, 16 and 2D. RGB value is (243,22,45). Sum of RGB (Red+Green+Blue) = 243+22+45=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F3162D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3162D is #0CE9D2. Grayscale: #5A5A5A. Windows color (decimal): -846291 or 2954995. OLE color: 2954995.
HSL color Cylindrical-coordinate representation of color #F3162D: hue angle of 353.76º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3162D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 45 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.05 |
| HSL | 353.76º | 0.9% | 0.52% | - |
| HSV(B) | 353.76º | 0.91% | 0.95% | - |
| XYZ | 37.72 | 19.82 | 4.32 | - |
| YUV | 90.7 | 102.22 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 45 | 0 | 0.91 | 0.81 | 0.05 | 353.76 | 0.9 | 0.52 |
| Hex | F3 | 16 | 2D | 0 | 5B | 51 | 5 | 162 | 5A | 34 |
| Octal | 363 | 26 | 55 | 0 | 133 | 121 | 5 | 542 | 132 | 64 |
| Binary | 11110011 | 10110 | 101101 | 0 | 1011011 | 1010001 | 101 | 101100010 | 1011010 | 110100 |
Color Harmonies of #F3162D
Complementary color
Monochromatic Colors of #F3162D
Black with #F3162D
Text Example
Text Example
White with #F3162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3162D; }
p { color: rgb(243,22,45); }
H1.HeaderClassName
{
color: #F3162D;
}
.AnyTagClassName
{
color: #F3162D;
}
</style>
background-color css
<style>
a { background-color: #F3162D; }
a { background-color: rgb(243,22,45); }
div.DivClassName
{
background-color: #F3162D;
}
.BgClassName
{
background-color: #F3162D;
}
</style>
border-color css
<style>
span { border-color: #F3162D; }
span { border-color: rgb(243,22,45); }
td.TdClassName
{
border-color: #F3162D;
}
.TagClassName
{
border-color: #F3162D;
}
</style>