Shades of Torch Red #FC194D
Tints of Torch Red #FC194D
RGB
CMYK
RGB Variations
Color information
#FC194D (or 0xFC194D) is known color: Torch Red. HEX triplet: FC, 19 and 4D. RGB value is (252,25,77). Sum of RGB (Red+Green+Blue) = 252+25+77=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC194D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC194D is #03E6B2. Grayscale: #626262. Windows color (decimal): -255667 or 5052924. OLE color: 5052924.
HSL color Cylindrical-coordinate representation of color #FC194D: hue angle of 346.26º 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 #FC194D is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 77 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.01 |
| HSL | 346.26º | 0.97% | 0.54% | - |
| HSV(B) | 346.26º | 0.9% | 0.99% | - |
| XYZ | 41.83 | 21.93 | 9.05 | - |
| YUV | 98.8 | 115.71 | 237.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 77 | 0 | 0.90 | 0.69 | 0.01 | 346.26 | 0.97 | 0.54 |
| Hex | FC | 19 | 4D | 0 | 5A | 45 | 1 | 15A | 61 | 36 |
| Octal | 374 | 31 | 115 | 0 | 132 | 105 | 1 | 532 | 141 | 66 |
| Binary | 11111100 | 11001 | 1001101 | 0 | 1011010 | 1000101 | 1 | 101011010 | 1100001 | 110110 |
Color Harmonies of #FC194D
Complementary color
Monochromatic Colors of #FC194D
Black with #FC194D
Text Example
Text Example
White with #FC194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC194D; }
p { color: rgb(252,25,77); }
H1.HeaderClassName
{
color: #FC194D;
}
.AnyTagClassName
{
color: #FC194D;
}
</style>
background-color css
<style>
a { background-color: #FC194D; }
a { background-color: rgb(252,25,77); }
div.DivClassName
{
background-color: #FC194D;
}
.BgClassName
{
background-color: #FC194D;
}
</style>
border-color css
<style>
span { border-color: #FC194D; }
span { border-color: rgb(252,25,77); }
td.TdClassName
{
border-color: #FC194D;
}
.TagClassName
{
border-color: #FC194D;
}
</style>