Shades of Torch Red #FC143A
Tints of Torch Red #FC143A
RGB
CMYK
RGB Variations
Color information
#FC143A (or 0xFC143A) is known color: Torch Red. HEX triplet: FC, 14 and 3A. RGB value is (252,20,58). Sum of RGB (Red+Green+Blue) = 252+20+58=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC143A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC143A is #03EBC5. Grayscale: #5D5D5D. Windows color (decimal): -256966 or 3806460. OLE color: 3806460.
HSL color Cylindrical-coordinate representation of color #FC143A: hue angle of 350.17º 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 #FC143A is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 58 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.01 |
| HSL | 350.17º | 0.97% | 0.53% | - |
| HSV(B) | 350.17º | 0.92% | 0.99% | - |
| XYZ | 41.16 | 21.5 | 5.98 | - |
| YUV | 93.7 | 107.86 | 240.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 58 | 0 | 0.92 | 0.77 | 0.01 | 350.17 | 0.97 | 0.53 |
| Hex | FC | 14 | 3A | 0 | 5C | 4D | 1 | 15E | 61 | 35 |
| Octal | 374 | 24 | 72 | 0 | 134 | 115 | 1 | 536 | 141 | 65 |
| Binary | 11111100 | 10100 | 111010 | 0 | 1011100 | 1001101 | 1 | 101011110 | 1100001 | 110101 |
Color Harmonies of #FC143A
Complementary color
Monochromatic Colors of #FC143A
Black with #FC143A
Text Example
Text Example
White with #FC143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC143A; }
p { color: rgb(252,20,58); }
H1.HeaderClassName
{
color: #FC143A;
}
.AnyTagClassName
{
color: #FC143A;
}
</style>
background-color css
<style>
a { background-color: #FC143A; }
a { background-color: rgb(252,20,58); }
div.DivClassName
{
background-color: #FC143A;
}
.BgClassName
{
background-color: #FC143A;
}
</style>
border-color css
<style>
span { border-color: #FC143A; }
span { border-color: rgb(252,20,58); }
td.TdClassName
{
border-color: #FC143A;
}
.TagClassName
{
border-color: #FC143A;
}
</style>