Shades of Torch Red #FC193E
Tints of Torch Red #FC193E
RGB
CMYK
RGB Variations
Color information
#FC193E (or 0xFC193E) is known color: Torch Red. HEX triplet: FC, 19 and 3E. RGB value is (252,25,62). Sum of RGB (Red+Green+Blue) = 252+25+62=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC193E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC193E is #03E6C1. Grayscale: #616161. Windows color (decimal): -255682 or 4069884. OLE color: 4069884.
HSL color Cylindrical-coordinate representation of color #FC193E: hue angle of 350.22º 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 #FC193E is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 62 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.01 |
| HSL | 350.22º | 0.97% | 0.54% | - |
| HSV(B) | 350.22º | 0.9% | 0.99% | - |
| XYZ | 41.36 | 21.74 | 6.57 | - |
| YUV | 97.09 | 108.21 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 62 | 0 | 0.90 | 0.75 | 0.01 | 350.22 | 0.97 | 0.54 |
| Hex | FC | 19 | 3E | 0 | 5A | 4B | 1 | 15E | 61 | 36 |
| Octal | 374 | 31 | 76 | 0 | 132 | 113 | 1 | 536 | 141 | 66 |
| Binary | 11111100 | 11001 | 111110 | 0 | 1011010 | 1001011 | 1 | 101011110 | 1100001 | 110110 |
Color Harmonies of #FC193E
Complementary color
Monochromatic Colors of #FC193E
Black with #FC193E
Text Example
Text Example
White with #FC193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC193E; }
p { color: rgb(252,25,62); }
H1.HeaderClassName
{
color: #FC193E;
}
.AnyTagClassName
{
color: #FC193E;
}
</style>
background-color css
<style>
a { background-color: #FC193E; }
a { background-color: rgb(252,25,62); }
div.DivClassName
{
background-color: #FC193E;
}
.BgClassName
{
background-color: #FC193E;
}
</style>
border-color css
<style>
span { border-color: #FC193E; }
span { border-color: rgb(252,25,62); }
td.TdClassName
{
border-color: #FC193E;
}
.TagClassName
{
border-color: #FC193E;
}
</style>