Shades of Torch Red #FC143C
Tints of Torch Red #FC143C
RGB
CMYK
RGB Variations
Color information
#FC143C (or 0xFC143C) is known color: Torch Red. HEX triplet: FC, 14 and 3C. RGB value is (252,20,60). Sum of RGB (Red+Green+Blue) = 252+20+60=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC143C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC143C is #03EBC3. Grayscale: #5D5D5D. Windows color (decimal): -256964 or 3937532. OLE color: 3937532.
HSL color Cylindrical-coordinate representation of color #FC143C: hue angle of 349.66º 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 #FC143C is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 60 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.01 |
| HSL | 349.66º | 0.97% | 0.53% | - |
| HSV(B) | 349.66º | 0.92% | 0.99% | - |
| XYZ | 41.21 | 21.52 | 6.26 | - |
| YUV | 93.93 | 108.86 | 240.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 60 | 0 | 0.92 | 0.76 | 0.01 | 349.66 | 0.97 | 0.53 |
| Hex | FC | 14 | 3C | 0 | 5C | 4C | 1 | 15E | 61 | 35 |
| Octal | 374 | 24 | 74 | 0 | 134 | 114 | 1 | 536 | 141 | 65 |
| Binary | 11111100 | 10100 | 111100 | 0 | 1011100 | 1001100 | 1 | 101011110 | 1100001 | 110101 |
Color Harmonies of #FC143C
Complementary color
Monochromatic Colors of #FC143C
Black with #FC143C
Text Example
Text Example
White with #FC143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC143C; }
p { color: rgb(252,20,60); }
H1.HeaderClassName
{
color: #FC143C;
}
.AnyTagClassName
{
color: #FC143C;
}
</style>
background-color css
<style>
a { background-color: #FC143C; }
a { background-color: rgb(252,20,60); }
div.DivClassName
{
background-color: #FC143C;
}
.BgClassName
{
background-color: #FC143C;
}
</style>
border-color css
<style>
span { border-color: #FC143C; }
span { border-color: rgb(252,20,60); }
td.TdClassName
{
border-color: #FC143C;
}
.TagClassName
{
border-color: #FC143C;
}
</style>