Shades of Torch Red #F3162C
Tints of Torch Red #F3162C
RGB
CMYK
RGB Variations
Color information
#F3162C (or 0xF3162C) is known color: Torch Red. HEX triplet: F3, 16 and 2C. RGB value is (243,22,44). Sum of RGB (Red+Green+Blue) = 243+22+44=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F3162C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3162C is #0CE9D3. Grayscale: #5A5A5A. Windows color (decimal): -846292 or 2889459. OLE color: 2889459.
HSL color Cylindrical-coordinate representation of color #F3162C: hue angle of 354.03º 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 #F3162C is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 44 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.05 |
| HSL | 354.03º | 0.9% | 0.52% | - |
| HSV(B) | 354.03º | 0.91% | 0.95% | - |
| XYZ | 37.7 | 19.81 | 4.22 | - |
| YUV | 90.59 | 101.72 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 44 | 0 | 0.91 | 0.82 | 0.05 | 354.03 | 0.9 | 0.52 |
| Hex | F3 | 16 | 2C | 0 | 5B | 52 | 5 | 162 | 5A | 34 |
| Octal | 363 | 26 | 54 | 0 | 133 | 122 | 5 | 542 | 132 | 64 |
| Binary | 11110011 | 10110 | 101100 | 0 | 1011011 | 1010010 | 101 | 101100010 | 1011010 | 110100 |
Color Harmonies of #F3162C
Complementary color
Monochromatic Colors of #F3162C
Black with #F3162C
Text Example
Text Example
White with #F3162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3162C; }
p { color: rgb(243,22,44); }
H1.HeaderClassName
{
color: #F3162C;
}
.AnyTagClassName
{
color: #F3162C;
}
</style>
background-color css
<style>
a { background-color: #F3162C; }
a { background-color: rgb(243,22,44); }
div.DivClassName
{
background-color: #F3162C;
}
.BgClassName
{
background-color: #F3162C;
}
</style>
border-color css
<style>
span { border-color: #F3162C; }
span { border-color: rgb(243,22,44); }
td.TdClassName
{
border-color: #F3162C;
}
.TagClassName
{
border-color: #F3162C;
}
</style>