Shades of Torch Red #FC1949
Tints of Torch Red #FC1949
RGB
CMYK
RGB Variations
Color information
#FC1949 (or 0xFC1949) is known color: Torch Red. HEX triplet: FC, 19 and 49. RGB value is (252,25,73). Sum of RGB (Red+Green+Blue) = 252+25+73=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1949 is #03E6B6. Grayscale: #626262. Windows color (decimal): -255671 or 4790780. OLE color: 4790780.
HSL color Cylindrical-coordinate representation of color #FC1949: hue angle of 347.31º 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 #FC1949 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 73 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.01 |
| HSL | 347.31º | 0.97% | 0.54% | - |
| HSV(B) | 347.31º | 0.9% | 0.99% | - |
| XYZ | 41.7 | 21.87 | 8.33 | - |
| YUV | 98.35 | 113.71 | 237.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 73 | 0 | 0.90 | 0.71 | 0.01 | 347.31 | 0.97 | 0.54 |
| Hex | FC | 19 | 49 | 0 | 5A | 47 | 1 | 15B | 61 | 36 |
| Octal | 374 | 31 | 111 | 0 | 132 | 107 | 1 | 533 | 141 | 66 |
| Binary | 11111100 | 11001 | 1001001 | 0 | 1011010 | 1000111 | 1 | 101011011 | 1100001 | 110110 |
Color Harmonies of #FC1949
Complementary color
Monochromatic Colors of #FC1949
Black with #FC1949
Text Example
Text Example
White with #FC1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1949; }
p { color: rgb(252,25,73); }
H1.HeaderClassName
{
color: #FC1949;
}
.AnyTagClassName
{
color: #FC1949;
}
</style>
background-color css
<style>
a { background-color: #FC1949; }
a { background-color: rgb(252,25,73); }
div.DivClassName
{
background-color: #FC1949;
}
.BgClassName
{
background-color: #FC1949;
}
</style>
border-color css
<style>
span { border-color: #FC1949; }
span { border-color: rgb(252,25,73); }
td.TdClassName
{
border-color: #FC1949;
}
.TagClassName
{
border-color: #FC1949;
}
</style>