Shades of Torch Red #FC0032
Tints of Torch Red #FC0032
RGB
CMYK
RGB Variations
Color information
#FC0032 (or 0xFC0032) is known color: Torch Red. HEX triplet: FC, 00 and 32. RGB value is (252,0,50). Sum of RGB (Red+Green+Blue) = 252+0+50=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0032 is #03FFCD. Grayscale: #515151. Windows color (decimal): -262094 or 3277052. OLE color: 3277052.
HSL color Cylindrical-coordinate representation of color #FC0032: hue angle of 348.1º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0032 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.80 | 0.01 |
| HSL | 348.1º | 1% | 0.49% | - |
| HSV(B) | 348.1º | 1% | 0.99% | - |
| XYZ | 40.72 | 20.93 | 4.91 | - |
| YUV | 81.05 | 110.49 | 249.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 50 | 0 | 1 | 0.80 | 0.01 | 348.1 | 1 | 0.49 |
| Hex | FC | 0 | 32 | 0 | 64 | 50 | 1 | 15C | 64 | 31 |
| Octal | 374 | 0 | 62 | 0 | 144 | 120 | 1 | 534 | 144 | 61 |
| Binary | 11111100 | 0 | 110010 | 0 | 1100100 | 1010000 | 1 | 101011100 | 1100100 | 110001 |
Color Harmonies of #FC0032
Complementary color
Monochromatic Colors of #FC0032
Black with #FC0032
Text Example
Text Example
White with #FC0032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0032; }
p { color: rgb(252,0,50); }
H1.HeaderClassName
{
color: #FC0032;
}
.AnyTagClassName
{
color: #FC0032;
}
</style>
background-color css
<style>
a { background-color: #FC0032; }
a { background-color: rgb(252,0,50); }
div.DivClassName
{
background-color: #FC0032;
}
.BgClassName
{
background-color: #FC0032;
}
</style>
border-color css
<style>
span { border-color: #FC0032; }
span { border-color: rgb(252,0,50); }
td.TdClassName
{
border-color: #FC0032;
}
.TagClassName
{
border-color: #FC0032;
}
</style>