Shades of Torch Red #FC2032
Tints of Torch Red #FC2032
RGB
CMYK
RGB Variations
Color information
#FC2032 (or 0xFC2032) is known color: Torch Red. HEX triplet: FC, 20 and 32. RGB value is (252,32,50). Sum of RGB (Red+Green+Blue) = 252+32+50=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2032 is #03DFCD. Grayscale: #636363. Windows color (decimal): -253902 or 3285244. OLE color: 3285244.
HSL color Cylindrical-coordinate representation of color #FC2032: hue angle of 355.09º 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 #FC2032 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 50 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.01 |
| HSL | 355.09º | 0.97% | 0.56% | - |
| HSV(B) | 355.09º | 0.87% | 0.99% | - |
| XYZ | 41.24 | 21.96 | 5.08 | - |
| YUV | 99.83 | 99.89 | 236.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 50 | 0 | 0.87 | 0.80 | 0.01 | 355.09 | 0.97 | 0.56 |
| Hex | FC | 20 | 32 | 0 | 57 | 50 | 1 | 163 | 61 | 38 |
| Octal | 374 | 40 | 62 | 0 | 127 | 120 | 1 | 543 | 141 | 70 |
| Binary | 11111100 | 100000 | 110010 | 0 | 1010111 | 1010000 | 1 | 101100011 | 1100001 | 111000 |
Color Harmonies of #FC2032
Complementary color
Monochromatic Colors of #FC2032
Black with #FC2032
Text Example
Text Example
White with #FC2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2032; }
p { color: rgb(252,32,50); }
H1.HeaderClassName
{
color: #FC2032;
}
.AnyTagClassName
{
color: #FC2032;
}
</style>
background-color css
<style>
a { background-color: #FC2032; }
a { background-color: rgb(252,32,50); }
div.DivClassName
{
background-color: #FC2032;
}
.BgClassName
{
background-color: #FC2032;
}
</style>
border-color css
<style>
span { border-color: #FC2032; }
span { border-color: rgb(252,32,50); }
td.TdClassName
{
border-color: #FC2032;
}
.TagClassName
{
border-color: #FC2032;
}
</style>