Shades of Torch Red #FC1946
Tints of Torch Red #FC1946
RGB
CMYK
RGB Variations
Color information
#FC1946 (or 0xFC1946) is known color: Torch Red. HEX triplet: FC, 19 and 46. RGB value is (252,25,70). Sum of RGB (Red+Green+Blue) = 252+25+70=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1946 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1946 is #03E6B9. Grayscale: #626262. Windows color (decimal): -255674 or 4594172. OLE color: 4594172.
HSL color Cylindrical-coordinate representation of color #FC1946: hue angle of 348.11º 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 #FC1946 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 70 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.01 |
| HSL | 348.11º | 0.97% | 0.54% | - |
| HSV(B) | 348.11º | 0.9% | 0.99% | - |
| XYZ | 41.6 | 21.83 | 7.82 | - |
| YUV | 98 | 112.21 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 70 | 0 | 0.90 | 0.72 | 0.01 | 348.11 | 0.97 | 0.54 |
| Hex | FC | 19 | 46 | 0 | 5A | 48 | 1 | 15C | 61 | 36 |
| Octal | 374 | 31 | 106 | 0 | 132 | 110 | 1 | 534 | 141 | 66 |
| Binary | 11111100 | 11001 | 1000110 | 0 | 1011010 | 1001000 | 1 | 101011100 | 1100001 | 110110 |
Color Harmonies of #FC1946
Complementary color
Monochromatic Colors of #FC1946
Black with #FC1946
Text Example
Text Example
White with #FC1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1946; }
p { color: rgb(252,25,70); }
H1.HeaderClassName
{
color: #FC1946;
}
.AnyTagClassName
{
color: #FC1946;
}
</style>
background-color css
<style>
a { background-color: #FC1946; }
a { background-color: rgb(252,25,70); }
div.DivClassName
{
background-color: #FC1946;
}
.BgClassName
{
background-color: #FC1946;
}
</style>
border-color css
<style>
span { border-color: #FC1946; }
span { border-color: rgb(252,25,70); }
td.TdClassName
{
border-color: #FC1946;
}
.TagClassName
{
border-color: #FC1946;
}
</style>