Shades of Torch Red #FC1637
Tints of Torch Red #FC1637
RGB
CMYK
RGB Variations
Color information
#FC1637 (or 0xFC1637) is known color: Torch Red. HEX triplet: FC, 16 and 37. RGB value is (252,22,55). Sum of RGB (Red+Green+Blue) = 252+22+55=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1637 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1637 is #03E9C8. Grayscale: #5E5E5E. Windows color (decimal): -256457 or 3610364. OLE color: 3610364.
HSL color Cylindrical-coordinate representation of color #FC1637: hue angle of 351.39º 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 #FC1637 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 55 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.01 |
| HSL | 351.39º | 0.97% | 0.54% | - |
| HSV(B) | 351.39º | 0.91% | 0.99% | - |
| XYZ | 41.12 | 21.55 | 5.61 | - |
| YUV | 94.53 | 105.7 | 240.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 55 | 0 | 0.91 | 0.78 | 0.01 | 351.39 | 0.97 | 0.54 |
| Hex | FC | 16 | 37 | 0 | 5B | 4E | 1 | 15F | 61 | 36 |
| Octal | 374 | 26 | 67 | 0 | 133 | 116 | 1 | 537 | 141 | 66 |
| Binary | 11111100 | 10110 | 110111 | 0 | 1011011 | 1001110 | 1 | 101011111 | 1100001 | 110110 |
Color Harmonies of #FC1637
Complementary color
Monochromatic Colors of #FC1637
Black with #FC1637
Text Example
Text Example
White with #FC1637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1637; }
p { color: rgb(252,22,55); }
H1.HeaderClassName
{
color: #FC1637;
}
.AnyTagClassName
{
color: #FC1637;
}
</style>
background-color css
<style>
a { background-color: #FC1637; }
a { background-color: rgb(252,22,55); }
div.DivClassName
{
background-color: #FC1637;
}
.BgClassName
{
background-color: #FC1637;
}
</style>
border-color css
<style>
span { border-color: #FC1637; }
span { border-color: rgb(252,22,55); }
td.TdClassName
{
border-color: #FC1637;
}
.TagClassName
{
border-color: #FC1637;
}
</style>