Shades of Torch Red #FC1947
Tints of Torch Red #FC1947
RGB
CMYK
RGB Variations
Color information
#FC1947 (or 0xFC1947) is known color: Torch Red. HEX triplet: FC, 19 and 47. RGB value is (252,25,71). Sum of RGB (Red+Green+Blue) = 252+25+71=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1947 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1947 is #03E6B8. Grayscale: #626262. Windows color (decimal): -255673 or 4659708. OLE color: 4659708.
HSL color Cylindrical-coordinate representation of color #FC1947: hue angle of 347.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1947 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 71 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.01 |
| HSL | 347.84º | 0.97% | 0.54% | - |
| HSV(B) | 347.84º | 0.9% | 0.99% | - |
| XYZ | 41.63 | 21.85 | 7.98 | - |
| YUV | 98.12 | 112.71 | 237.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 71 | 0 | 0.90 | 0.72 | 0.01 | 347.84 | 0.97 | 0.54 |
| Hex | FC | 19 | 47 | 0 | 5A | 48 | 1 | 15C | 61 | 36 |
| Octal | 374 | 31 | 107 | 0 | 132 | 110 | 1 | 534 | 141 | 66 |
| Binary | 11111100 | 11001 | 1000111 | 0 | 1011010 | 1001000 | 1 | 101011100 | 1100001 | 110110 |
Color Harmonies of #FC1947
Complementary color
Monochromatic Colors of #FC1947
Black with #FC1947
Text Example
Text Example
White with #FC1947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1947; }
p { color: rgb(252,25,71); }
H1.HeaderClassName
{
color: #FC1947;
}
.AnyTagClassName
{
color: #FC1947;
}
</style>
background-color css
<style>
a { background-color: #FC1947; }
a { background-color: rgb(252,25,71); }
div.DivClassName
{
background-color: #FC1947;
}
.BgClassName
{
background-color: #FC1947;
}
</style>
border-color css
<style>
span { border-color: #FC1947; }
span { border-color: rgb(252,25,71); }
td.TdClassName
{
border-color: #FC1947;
}
.TagClassName
{
border-color: #FC1947;
}
</style>