Shades of Torch Red #F3142D
Tints of Torch Red #F3142D
RGB
CMYK
RGB Variations
Color information
#F3142D (or 0xF3142D) is known color: Torch Red. HEX triplet: F3, 14 and 2D. RGB value is (243,20,45). Sum of RGB (Red+Green+Blue) = 243+20+45=308 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.90% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 243 - color contains mainly: red. Hex color #F3142D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3142D is #0CEBD2. Grayscale: #595959. Windows color (decimal): -846803 or 2954483. OLE color: 2954483.
HSL color Cylindrical-coordinate representation of color #F3142D: hue angle of 353.27º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3142D is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 45 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.05 |
| HSL | 353.27º | 0.9% | 0.52% | - |
| HSV(B) | 353.27º | 0.92% | 0.95% | - |
| XYZ | 37.69 | 19.74 | 4.31 | - |
| YUV | 89.53 | 102.88 | 237.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 45 | 0 | 0.92 | 0.81 | 0.05 | 353.27 | 0.9 | 0.52 |
| Hex | F3 | 14 | 2D | 0 | 5C | 51 | 5 | 161 | 5A | 34 |
| Octal | 363 | 24 | 55 | 0 | 134 | 121 | 5 | 541 | 132 | 64 |
| Binary | 11110011 | 10100 | 101101 | 0 | 1011100 | 1010001 | 101 | 101100001 | 1011010 | 110100 |
Color Harmonies of #F3142D
Complementary color
Monochromatic Colors of #F3142D
Black with #F3142D
Text Example
Text Example
White with #F3142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3142D; }
p { color: rgb(243,20,45); }
H1.HeaderClassName
{
color: #F3142D;
}
.AnyTagClassName
{
color: #F3142D;
}
</style>
background-color css
<style>
a { background-color: #F3142D; }
a { background-color: rgb(243,20,45); }
div.DivClassName
{
background-color: #F3142D;
}
.BgClassName
{
background-color: #F3142D;
}
</style>
border-color css
<style>
span { border-color: #F3142D; }
span { border-color: rgb(243,20,45); }
td.TdClassName
{
border-color: #F3142D;
}
.TagClassName
{
border-color: #F3142D;
}
</style>