Shades of Torch Red #FC1944
Tints of Torch Red #FC1944
RGB
CMYK
RGB Variations
Color information
#FC1944 (or 0xFC1944) is known color: Torch Red. HEX triplet: FC, 19 and 44. RGB value is (252,25,68). Sum of RGB (Red+Green+Blue) = 252+25+68=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1944 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1944 is #03E6BB. Grayscale: #616161. Windows color (decimal): -255676 or 4463100. OLE color: 4463100.
HSL color Cylindrical-coordinate representation of color #FC1944: hue angle of 348.63º 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 #FC1944 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 68 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.01 |
| HSL | 348.63º | 0.97% | 0.54% | - |
| HSV(B) | 348.63º | 0.9% | 0.99% | - |
| XYZ | 41.54 | 21.81 | 7.49 | - |
| YUV | 97.78 | 111.21 | 238 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 68 | 0 | 0.90 | 0.73 | 0.01 | 348.63 | 0.97 | 0.54 |
| Hex | FC | 19 | 44 | 0 | 5A | 49 | 1 | 15D | 61 | 36 |
| Octal | 374 | 31 | 104 | 0 | 132 | 111 | 1 | 535 | 141 | 66 |
| Binary | 11111100 | 11001 | 1000100 | 0 | 1011010 | 1001001 | 1 | 101011101 | 1100001 | 110110 |
Color Harmonies of #FC1944
Complementary color
Monochromatic Colors of #FC1944
Black with #FC1944
Text Example
Text Example
White with #FC1944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1944; }
p { color: rgb(252,25,68); }
H1.HeaderClassName
{
color: #FC1944;
}
.AnyTagClassName
{
color: #FC1944;
}
</style>
background-color css
<style>
a { background-color: #FC1944; }
a { background-color: rgb(252,25,68); }
div.DivClassName
{
background-color: #FC1944;
}
.BgClassName
{
background-color: #FC1944;
}
</style>
border-color css
<style>
span { border-color: #FC1944; }
span { border-color: rgb(252,25,68); }
td.TdClassName
{
border-color: #FC1944;
}
.TagClassName
{
border-color: #FC1944;
}
</style>