Shades of Torch Red #FC1639
Tints of Torch Red #FC1639
RGB
CMYK
RGB Variations
Color information
#FC1639 (or 0xFC1639) is known color: Torch Red. HEX triplet: FC, 16 and 39. RGB value is (252,22,57). Sum of RGB (Red+Green+Blue) = 252+22+57=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1639 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1639 is #03E9C6. Grayscale: #5E5E5E. Windows color (decimal): -256455 or 3741436. OLE color: 3741436.
HSL color Cylindrical-coordinate representation of color #FC1639: hue angle of 350.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1639 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 57 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.01 |
| HSL | 350.87º | 0.97% | 0.54% | - |
| HSV(B) | 350.87º | 0.91% | 0.99% | - |
| XYZ | 41.17 | 21.56 | 5.86 | - |
| YUV | 94.76 | 106.7 | 240.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 57 | 0 | 0.91 | 0.77 | 0.01 | 350.87 | 0.97 | 0.54 |
| Hex | FC | 16 | 39 | 0 | 5B | 4D | 1 | 15F | 61 | 36 |
| Octal | 374 | 26 | 71 | 0 | 133 | 115 | 1 | 537 | 141 | 66 |
| Binary | 11111100 | 10110 | 111001 | 0 | 1011011 | 1001101 | 1 | 101011111 | 1100001 | 110110 |
Color Harmonies of #FC1639
Complementary color
Monochromatic Colors of #FC1639
Black with #FC1639
Text Example
Text Example
White with #FC1639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1639; }
p { color: rgb(252,22,57); }
H1.HeaderClassName
{
color: #FC1639;
}
.AnyTagClassName
{
color: #FC1639;
}
</style>
background-color css
<style>
a { background-color: #FC1639; }
a { background-color: rgb(252,22,57); }
div.DivClassName
{
background-color: #FC1639;
}
.BgClassName
{
background-color: #FC1639;
}
</style>
border-color css
<style>
span { border-color: #FC1639; }
span { border-color: rgb(252,22,57); }
td.TdClassName
{
border-color: #FC1639;
}
.TagClassName
{
border-color: #FC1639;
}
</style>