Shades of Torch Red #FC1636
Tints of Torch Red #FC1636
RGB
CMYK
RGB Variations
Color information
#FC1636 (or 0xFC1636) is known color: Torch Red. HEX triplet: FC, 16 and 36. RGB value is (252,22,54). Sum of RGB (Red+Green+Blue) = 252+22+54=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1636 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1636 is #03E9C9. Grayscale: #5E5E5E. Windows color (decimal): -256458 or 3544828. OLE color: 3544828.
HSL color Cylindrical-coordinate representation of color #FC1636: hue angle of 351.65º 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 #FC1636 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 54 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.01 |
| HSL | 351.65º | 0.97% | 0.54% | - |
| HSV(B) | 351.65º | 0.91% | 0.99% | - |
| XYZ | 41.1 | 21.54 | 5.48 | - |
| YUV | 94.42 | 105.2 | 240.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 54 | 0 | 0.91 | 0.79 | 0.01 | 351.65 | 0.97 | 0.54 |
| Hex | FC | 16 | 36 | 0 | 5B | 4F | 1 | 160 | 61 | 36 |
| Octal | 374 | 26 | 66 | 0 | 133 | 117 | 1 | 540 | 141 | 66 |
| Binary | 11111100 | 10110 | 110110 | 0 | 1011011 | 1001111 | 1 | 101100000 | 1100001 | 110110 |
Color Harmonies of #FC1636
Complementary color
Monochromatic Colors of #FC1636
Black with #FC1636
Text Example
Text Example
White with #FC1636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1636; }
p { color: rgb(252,22,54); }
H1.HeaderClassName
{
color: #FC1636;
}
.AnyTagClassName
{
color: #FC1636;
}
</style>
background-color css
<style>
a { background-color: #FC1636; }
a { background-color: rgb(252,22,54); }
div.DivClassName
{
background-color: #FC1636;
}
.BgClassName
{
background-color: #FC1636;
}
</style>
border-color css
<style>
span { border-color: #FC1636; }
span { border-color: rgb(252,22,54); }
td.TdClassName
{
border-color: #FC1636;
}
.TagClassName
{
border-color: #FC1636;
}
</style>