Shades of Torch Red #FC1449
Tints of Torch Red #FC1449
RGB
CMYK
RGB Variations
Color information
#FC1449 (or 0xFC1449) is known color: Torch Red. HEX triplet: FC, 14 and 49. RGB value is (252,20,73). Sum of RGB (Red+Green+Blue) = 252+20+73=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1449 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1449 is #03EBB6. Grayscale: #5F5F5F. Windows color (decimal): -256951 or 4789500. OLE color: 4789500.
HSL color Cylindrical-coordinate representation of color #FC1449: hue angle of 346.29º 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 #FC1449 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 73 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.01 |
| HSL | 346.29º | 0.97% | 0.53% | - |
| HSV(B) | 346.29º | 0.92% | 0.99% | - |
| XYZ | 41.6 | 21.68 | 8.29 | - |
| YUV | 95.41 | 115.36 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 73 | 0 | 0.92 | 0.71 | 0.01 | 346.29 | 0.97 | 0.53 |
| Hex | FC | 14 | 49 | 0 | 5C | 47 | 1 | 15A | 61 | 35 |
| Octal | 374 | 24 | 111 | 0 | 134 | 107 | 1 | 532 | 141 | 65 |
| Binary | 11111100 | 10100 | 1001001 | 0 | 1011100 | 1000111 | 1 | 101011010 | 1100001 | 110101 |
Color Harmonies of #FC1449
Complementary color
Monochromatic Colors of #FC1449
Black with #FC1449
Text Example
Text Example
White with #FC1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1449; }
p { color: rgb(252,20,73); }
H1.HeaderClassName
{
color: #FC1449;
}
.AnyTagClassName
{
color: #FC1449;
}
</style>
background-color css
<style>
a { background-color: #FC1449; }
a { background-color: rgb(252,20,73); }
div.DivClassName
{
background-color: #FC1449;
}
.BgClassName
{
background-color: #FC1449;
}
</style>
border-color css
<style>
span { border-color: #FC1449; }
span { border-color: rgb(252,20,73); }
td.TdClassName
{
border-color: #FC1449;
}
.TagClassName
{
border-color: #FC1449;
}
</style>