Shades of Torch Red #FC1631
Tints of Torch Red #FC1631
RGB
CMYK
RGB Variations
Color information
#FC1631 (or 0xFC1631) is known color: Torch Red. HEX triplet: FC, 16 and 31. RGB value is (252,22,49). Sum of RGB (Red+Green+Blue) = 252+22+49=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1631 is #03E9CE. Grayscale: #5D5D5D. Windows color (decimal): -256463 or 3217148. OLE color: 3217148.
HSL color Cylindrical-coordinate representation of color #FC1631: hue angle of 352.96º 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 #FC1631 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 49 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.01 |
| HSL | 352.96º | 0.97% | 0.54% | - |
| HSV(B) | 352.96º | 0.91% | 0.99% | - |
| XYZ | 40.99 | 21.49 | 4.89 | - |
| YUV | 93.85 | 102.7 | 240.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 49 | 0 | 0.91 | 0.81 | 0.01 | 352.96 | 0.97 | 0.54 |
| Hex | FC | 16 | 31 | 0 | 5B | 51 | 1 | 161 | 61 | 36 |
| Octal | 374 | 26 | 61 | 0 | 133 | 121 | 1 | 541 | 141 | 66 |
| Binary | 11111100 | 10110 | 110001 | 0 | 1011011 | 1010001 | 1 | 101100001 | 1100001 | 110110 |
Color Harmonies of #FC1631
Complementary color
Monochromatic Colors of #FC1631
Black with #FC1631
Text Example
Text Example
White with #FC1631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1631; }
p { color: rgb(252,22,49); }
H1.HeaderClassName
{
color: #FC1631;
}
.AnyTagClassName
{
color: #FC1631;
}
</style>
background-color css
<style>
a { background-color: #FC1631; }
a { background-color: rgb(252,22,49); }
div.DivClassName
{
background-color: #FC1631;
}
.BgClassName
{
background-color: #FC1631;
}
</style>
border-color css
<style>
span { border-color: #FC1631; }
span { border-color: rgb(252,22,49); }
td.TdClassName
{
border-color: #FC1631;
}
.TagClassName
{
border-color: #FC1631;
}
</style>