Shades of Torch Red #FC032C
Tints of Torch Red #FC032C
RGB
CMYK
RGB Variations
Color information
#FC032C (or 0xFC032C) is known color: Torch Red. HEX triplet: FC, 03 and 2C. RGB value is (252,3,44). Sum of RGB (Red+Green+Blue) = 252+3+44=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC032C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC032C is #03FCD3. Grayscale: #525252. Windows color (decimal): -261332 or 2884604. OLE color: 2884604.
HSL color Cylindrical-coordinate representation of color #FC032C: hue angle of 350.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC032C is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 44 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.01 |
| HSL | 350.12º | 0.98% | 0.5% | - |
| HSV(B) | 350.12º | 0.99% | 0.99% | - |
| XYZ | 40.63 | 20.94 | 4.28 | - |
| YUV | 82.13 | 106.49 | 249.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 44 | 0 | 0.99 | 0.83 | 0.01 | 350.12 | 0.98 | 0.5 |
| Hex | FC | 3 | 2C | 0 | 63 | 53 | 1 | 15E | 62 | 32 |
| Octal | 374 | 3 | 54 | 0 | 143 | 123 | 1 | 536 | 142 | 62 |
| Binary | 11111100 | 11 | 101100 | 0 | 1100011 | 1010011 | 1 | 101011110 | 1100010 | 110010 |
Color Harmonies of #FC032C
Complementary color
Monochromatic Colors of #FC032C
Black with #FC032C
Text Example
Text Example
White with #FC032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC032C; }
p { color: rgb(252,3,44); }
H1.HeaderClassName
{
color: #FC032C;
}
.AnyTagClassName
{
color: #FC032C;
}
</style>
background-color css
<style>
a { background-color: #FC032C; }
a { background-color: rgb(252,3,44); }
div.DivClassName
{
background-color: #FC032C;
}
.BgClassName
{
background-color: #FC032C;
}
</style>
border-color css
<style>
span { border-color: #FC032C; }
span { border-color: rgb(252,3,44); }
td.TdClassName
{
border-color: #FC032C;
}
.TagClassName
{
border-color: #FC032C;
}
</style>