Shades of Torch Red #FC143F
Tints of Torch Red #FC143F
RGB
CMYK
RGB Variations
Color information
#FC143F (or 0xFC143F) is known color: Torch Red. HEX triplet: FC, 14 and 3F. RGB value is (252,20,63). Sum of RGB (Red+Green+Blue) = 252+20+63=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC143F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC143F is #03EBC0. Grayscale: #5E5E5E. Windows color (decimal): -256961 or 4134140. OLE color: 4134140.
HSL color Cylindrical-coordinate representation of color #FC143F: hue angle of 348.88º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC143F is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 63 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.01 |
| HSL | 348.88º | 0.97% | 0.53% | - |
| HSV(B) | 348.88º | 0.92% | 0.99% | - |
| XYZ | 41.29 | 21.55 | 6.69 | - |
| YUV | 94.27 | 110.36 | 240.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 63 | 0 | 0.92 | 0.75 | 0.01 | 348.88 | 0.97 | 0.53 |
| Hex | FC | 14 | 3F | 0 | 5C | 4B | 1 | 15D | 61 | 35 |
| Octal | 374 | 24 | 77 | 0 | 134 | 113 | 1 | 535 | 141 | 65 |
| Binary | 11111100 | 10100 | 111111 | 0 | 1011100 | 1001011 | 1 | 101011101 | 1100001 | 110101 |
Color Harmonies of #FC143F
Complementary color
Monochromatic Colors of #FC143F
Black with #FC143F
Text Example
Text Example
White with #FC143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC143F; }
p { color: rgb(252,20,63); }
H1.HeaderClassName
{
color: #FC143F;
}
.AnyTagClassName
{
color: #FC143F;
}
</style>
background-color css
<style>
a { background-color: #FC143F; }
a { background-color: rgb(252,20,63); }
div.DivClassName
{
background-color: #FC143F;
}
.BgClassName
{
background-color: #FC143F;
}
</style>
border-color css
<style>
span { border-color: #FC143F; }
span { border-color: rgb(252,20,63); }
td.TdClassName
{
border-color: #FC143F;
}
.TagClassName
{
border-color: #FC143F;
}
</style>