Shades of Torch Red #FC1632
Tints of Torch Red #FC1632
RGB
CMYK
RGB Variations
Color information
#FC1632 (or 0xFC1632) is known color: Torch Red. HEX triplet: FC, 16 and 32. RGB value is (252,22,50). Sum of RGB (Red+Green+Blue) = 252+22+50=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1632 is #03E9CD. Grayscale: #5E5E5E. Windows color (decimal): -256462 or 3282684. OLE color: 3282684.
HSL color Cylindrical-coordinate representation of color #FC1632: hue angle of 352.7º 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 #FC1632 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 50 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.01 |
| HSL | 352.7º | 0.97% | 0.54% | - |
| HSV(B) | 352.7º | 0.91% | 0.99% | - |
| XYZ | 41.01 | 21.5 | 5.01 | - |
| YUV | 93.96 | 103.2 | 240.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 50 | 0 | 0.91 | 0.80 | 0.01 | 352.7 | 0.97 | 0.54 |
| Hex | FC | 16 | 32 | 0 | 5B | 50 | 1 | 161 | 61 | 36 |
| Octal | 374 | 26 | 62 | 0 | 133 | 120 | 1 | 541 | 141 | 66 |
| Binary | 11111100 | 10110 | 110010 | 0 | 1011011 | 1010000 | 1 | 101100001 | 1100001 | 110110 |
Color Harmonies of #FC1632
Complementary color
Monochromatic Colors of #FC1632
Black with #FC1632
Text Example
Text Example
White with #FC1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1632; }
p { color: rgb(252,22,50); }
H1.HeaderClassName
{
color: #FC1632;
}
.AnyTagClassName
{
color: #FC1632;
}
</style>
background-color css
<style>
a { background-color: #FC1632; }
a { background-color: rgb(252,22,50); }
div.DivClassName
{
background-color: #FC1632;
}
.BgClassName
{
background-color: #FC1632;
}
</style>
border-color css
<style>
span { border-color: #FC1632; }
span { border-color: rgb(252,22,50); }
td.TdClassName
{
border-color: #FC1632;
}
.TagClassName
{
border-color: #FC1632;
}
</style>