Shades of Torch Red #FC193D
Tints of Torch Red #FC193D
RGB
CMYK
RGB Variations
Color information
#FC193D (or 0xFC193D) is known color: Torch Red. HEX triplet: FC, 19 and 3D. RGB value is (252,25,61). Sum of RGB (Red+Green+Blue) = 252+25+61=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC193D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC193D is #03E6C2. Grayscale: #616161. Windows color (decimal): -255683 or 4004348. OLE color: 4004348.
HSL color Cylindrical-coordinate representation of color #FC193D: hue angle of 350.48º 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 #FC193D is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 61 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.01 |
| HSL | 350.48º | 0.97% | 0.54% | - |
| HSV(B) | 350.48º | 0.9% | 0.99% | - |
| XYZ | 41.33 | 21.73 | 6.43 | - |
| YUV | 96.98 | 107.71 | 238.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 61 | 0 | 0.90 | 0.76 | 0.01 | 350.48 | 0.97 | 0.54 |
| Hex | FC | 19 | 3D | 0 | 5A | 4C | 1 | 15E | 61 | 36 |
| Octal | 374 | 31 | 75 | 0 | 132 | 114 | 1 | 536 | 141 | 66 |
| Binary | 11111100 | 11001 | 111101 | 0 | 1011010 | 1001100 | 1 | 101011110 | 1100001 | 110110 |
Color Harmonies of #FC193D
Complementary color
Monochromatic Colors of #FC193D
Black with #FC193D
Text Example
Text Example
White with #FC193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC193D; }
p { color: rgb(252,25,61); }
H1.HeaderClassName
{
color: #FC193D;
}
.AnyTagClassName
{
color: #FC193D;
}
</style>
background-color css
<style>
a { background-color: #FC193D; }
a { background-color: rgb(252,25,61); }
div.DivClassName
{
background-color: #FC193D;
}
.BgClassName
{
background-color: #FC193D;
}
</style>
border-color css
<style>
span { border-color: #FC193D; }
span { border-color: rgb(252,25,61); }
td.TdClassName
{
border-color: #FC193D;
}
.TagClassName
{
border-color: #FC193D;
}
</style>