Shades of Torch Red #FC193A
Tints of Torch Red #FC193A
RGB
CMYK
RGB Variations
Color information
#FC193A (or 0xFC193A) is known color: Torch Red. HEX triplet: FC, 19 and 3A. RGB value is (252,25,58). Sum of RGB (Red+Green+Blue) = 252+25+58=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC193A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC193A is #03E6C5. Grayscale: #606060. Windows color (decimal): -255686 or 3807740. OLE color: 3807740.
HSL color Cylindrical-coordinate representation of color #FC193A: hue angle of 351.28º 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 #FC193A is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 58 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.01 |
| HSL | 351.28º | 0.97% | 0.54% | - |
| HSV(B) | 351.28º | 0.9% | 0.99% | - |
| XYZ | 41.26 | 21.7 | 6.02 | - |
| YUV | 96.64 | 106.21 | 238.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 58 | 0 | 0.90 | 0.77 | 0.01 | 351.28 | 0.97 | 0.54 |
| Hex | FC | 19 | 3A | 0 | 5A | 4D | 1 | 15F | 61 | 36 |
| Octal | 374 | 31 | 72 | 0 | 132 | 115 | 1 | 537 | 141 | 66 |
| Binary | 11111100 | 11001 | 111010 | 0 | 1011010 | 1001101 | 1 | 101011111 | 1100001 | 110110 |
Color Harmonies of #FC193A
Complementary color
Monochromatic Colors of #FC193A
Black with #FC193A
Text Example
Text Example
White with #FC193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC193A; }
p { color: rgb(252,25,58); }
H1.HeaderClassName
{
color: #FC193A;
}
.AnyTagClassName
{
color: #FC193A;
}
</style>
background-color css
<style>
a { background-color: #FC193A; }
a { background-color: rgb(252,25,58); }
div.DivClassName
{
background-color: #FC193A;
}
.BgClassName
{
background-color: #FC193A;
}
</style>
border-color css
<style>
span { border-color: #FC193A; }
span { border-color: rgb(252,25,58); }
td.TdClassName
{
border-color: #FC193A;
}
.TagClassName
{
border-color: #FC193A;
}
</style>