Shades of Torch Red #FC2037
Tints of Torch Red #FC2037
RGB
CMYK
RGB Variations
Color information
#FC2037 (or 0xFC2037) is known color: Torch Red. HEX triplet: FC, 20 and 37. RGB value is (252,32,55). Sum of RGB (Red+Green+Blue) = 252+32+55=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2037 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2037 is #03DFC8. Grayscale: #646464. Windows color (decimal): -253897 or 3612924. OLE color: 3612924.
HSL color Cylindrical-coordinate representation of color #FC2037: hue angle of 353.73º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC2037 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 55 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.01 |
| HSL | 353.73º | 0.97% | 0.56% | - |
| HSV(B) | 353.73º | 0.87% | 0.99% | - |
| XYZ | 41.35 | 22 | 5.68 | - |
| YUV | 100.4 | 102.39 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 55 | 0 | 0.87 | 0.78 | 0.01 | 353.73 | 0.97 | 0.56 |
| Hex | FC | 20 | 37 | 0 | 57 | 4E | 1 | 162 | 61 | 38 |
| Octal | 374 | 40 | 67 | 0 | 127 | 116 | 1 | 542 | 141 | 70 |
| Binary | 11111100 | 100000 | 110111 | 0 | 1010111 | 1001110 | 1 | 101100010 | 1100001 | 111000 |
Color Harmonies of #FC2037
Complementary color
Monochromatic Colors of #FC2037
Black with #FC2037
Text Example
Text Example
White with #FC2037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2037; }
p { color: rgb(252,32,55); }
H1.HeaderClassName
{
color: #FC2037;
}
.AnyTagClassName
{
color: #FC2037;
}
</style>
background-color css
<style>
a { background-color: #FC2037; }
a { background-color: rgb(252,32,55); }
div.DivClassName
{
background-color: #FC2037;
}
.BgClassName
{
background-color: #FC2037;
}
</style>
border-color css
<style>
span { border-color: #FC2037; }
span { border-color: rgb(252,32,55); }
td.TdClassName
{
border-color: #FC2037;
}
.TagClassName
{
border-color: #FC2037;
}
</style>