Shades of Torch Red #FC144D
Tints of Torch Red #FC144D
RGB
CMYK
RGB Variations
Color information
#FC144D (or 0xFC144D) is known color: Torch Red. HEX triplet: FC, 14 and 4D. RGB value is (252,20,77). Sum of RGB (Red+Green+Blue) = 252+20+77=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC144D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC144D is #03EBB2. Grayscale: #5F5F5F. Windows color (decimal): -256947 or 5051644. OLE color: 5051644.
HSL color Cylindrical-coordinate representation of color #FC144D: hue angle of 345.26º 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 #FC144D is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 77 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.01 |
| HSL | 345.26º | 0.97% | 0.53% | - |
| HSV(B) | 345.26º | 0.92% | 0.99% | - |
| XYZ | 41.73 | 21.73 | 9.02 | - |
| YUV | 95.87 | 117.36 | 239.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 77 | 0 | 0.92 | 0.69 | 0.01 | 345.26 | 0.97 | 0.53 |
| Hex | FC | 14 | 4D | 0 | 5C | 45 | 1 | 159 | 61 | 35 |
| Octal | 374 | 24 | 115 | 0 | 134 | 105 | 1 | 531 | 141 | 65 |
| Binary | 11111100 | 10100 | 1001101 | 0 | 1011100 | 1000101 | 1 | 101011001 | 1100001 | 110101 |
Color Harmonies of #FC144D
Complementary color
Monochromatic Colors of #FC144D
Black with #FC144D
Text Example
Text Example
White with #FC144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC144D; }
p { color: rgb(252,20,77); }
H1.HeaderClassName
{
color: #FC144D;
}
.AnyTagClassName
{
color: #FC144D;
}
</style>
background-color css
<style>
a { background-color: #FC144D; }
a { background-color: rgb(252,20,77); }
div.DivClassName
{
background-color: #FC144D;
}
.BgClassName
{
background-color: #FC144D;
}
</style>
border-color css
<style>
span { border-color: #FC144D; }
span { border-color: rgb(252,20,77); }
td.TdClassName
{
border-color: #FC144D;
}
.TagClassName
{
border-color: #FC144D;
}
</style>