Shades of Torch Red #F3143D
Tints of Torch Red #F3143D
RGB
CMYK
RGB Variations
Color information
#F3143D (or 0xF3143D) is known color: Torch Red. HEX triplet: F3, 14 and 3D. RGB value is (243,20,61). Sum of RGB (Red+Green+Blue) = 243+20+61=324 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 243 - color contains mainly: red. Hex color #F3143D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3143D is #0CEBC2. Grayscale: #5B5B5B. Windows color (decimal): -846787 or 4003059. OLE color: 4003059.
HSL color Cylindrical-coordinate representation of color #F3143D: hue angle of 348.97º 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 #F3143D is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 61 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.05 |
| HSL | 348.97º | 0.9% | 0.52% | - |
| HSV(B) | 348.97º | 0.92% | 0.95% | - |
| XYZ | 38.05 | 19.89 | 6.25 | - |
| YUV | 91.35 | 110.88 | 236.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 61 | 0 | 0.92 | 0.75 | 0.05 | 348.97 | 0.9 | 0.52 |
| Hex | F3 | 14 | 3D | 0 | 5C | 4B | 5 | 15D | 5A | 34 |
| Octal | 363 | 24 | 75 | 0 | 134 | 113 | 5 | 535 | 132 | 64 |
| Binary | 11110011 | 10100 | 111101 | 0 | 1011100 | 1001011 | 101 | 101011101 | 1011010 | 110100 |
Color Harmonies of #F3143D
Complementary color
Monochromatic Colors of #F3143D
Black with #F3143D
Text Example
Text Example
White with #F3143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3143D; }
p { color: rgb(243,20,61); }
H1.HeaderClassName
{
color: #F3143D;
}
.AnyTagClassName
{
color: #F3143D;
}
</style>
background-color css
<style>
a { background-color: #F3143D; }
a { background-color: rgb(243,20,61); }
div.DivClassName
{
background-color: #F3143D;
}
.BgClassName
{
background-color: #F3143D;
}
</style>
border-color css
<style>
span { border-color: #F3143D; }
span { border-color: rgb(243,20,61); }
td.TdClassName
{
border-color: #F3143D;
}
.TagClassName
{
border-color: #F3143D;
}
</style>