Shades of Torch Red #FC144E
Tints of Torch Red #FC144E
RGB
CMYK
RGB Variations
Color information
#FC144E (or 0xFC144E) is known color: Torch Red. HEX triplet: FC, 14 and 4E. RGB value is (252,20,78). Sum of RGB (Red+Green+Blue) = 252+20+78=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC144E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC144E is #03EBB1. Grayscale: #5F5F5F. Windows color (decimal): -256946 or 5117180. OLE color: 5117180.
HSL color Cylindrical-coordinate representation of color #FC144E: hue angle of 345º 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 #FC144E is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 78 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.01 |
| HSL | 345º | 0.97% | 0.53% | - |
| HSV(B) | 345º | 0.92% | 0.99% | - |
| XYZ | 41.77 | 21.75 | 9.2 | - |
| YUV | 95.98 | 117.86 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 78 | 0 | 0.92 | 0.69 | 0.01 | 345 | 0.97 | 0.53 |
| Hex | FC | 14 | 4E | 0 | 5C | 45 | 1 | 159 | 61 | 35 |
| Octal | 374 | 24 | 116 | 0 | 134 | 105 | 1 | 531 | 141 | 65 |
| Binary | 11111100 | 10100 | 1001110 | 0 | 1011100 | 1000101 | 1 | 101011001 | 1100001 | 110101 |
Color Harmonies of #FC144E
Complementary color
Monochromatic Colors of #FC144E
Black with #FC144E
Text Example
Text Example
White with #FC144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC144E; }
p { color: rgb(252,20,78); }
H1.HeaderClassName
{
color: #FC144E;
}
.AnyTagClassName
{
color: #FC144E;
}
</style>
background-color css
<style>
a { background-color: #FC144E; }
a { background-color: rgb(252,20,78); }
div.DivClassName
{
background-color: #FC144E;
}
.BgClassName
{
background-color: #FC144E;
}
</style>
border-color css
<style>
span { border-color: #FC144E; }
span { border-color: rgb(252,20,78); }
td.TdClassName
{
border-color: #FC144E;
}
.TagClassName
{
border-color: #FC144E;
}
</style>