Shades of Torch Red #FC0020
Tints of Torch Red #FC0020
RGB
CMYK
RGB Variations
Color information
#FC0020 (or 0xFC0020) is known color: Torch Red. HEX triplet: FC, 00 and 20. RGB value is (252,0,32). Sum of RGB (Red+Green+Blue) = 252+0+32=284 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.73% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0020 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0020 is #03FFDF. Grayscale: #4F4F4F. Windows color (decimal): -262112 or 2097404. OLE color: 2097404.
HSL color Cylindrical-coordinate representation of color #FC0020: hue angle of 352.38º 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 #FC0020 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.87 | 0.01 |
| HSL | 352.38º | 1% | 0.49% | - |
| HSV(B) | 352.38º | 1% | 0.99% | - |
| XYZ | 40.41 | 20.8 | 3.25 | - |
| YUV | 79 | 101.49 | 251.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 32 | 0 | 1 | 0.87 | 0.01 | 352.38 | 1 | 0.49 |
| Hex | FC | 0 | 20 | 0 | 64 | 57 | 1 | 160 | 64 | 31 |
| Octal | 374 | 0 | 40 | 0 | 144 | 127 | 1 | 540 | 144 | 61 |
| Binary | 11111100 | 0 | 100000 | 0 | 1100100 | 1010111 | 1 | 101100000 | 1100100 | 110001 |
Color Harmonies of #FC0020
Complementary color
Monochromatic Colors of #FC0020
Black with #FC0020
Text Example
Text Example
White with #FC0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0020; }
p { color: rgb(252,0,32); }
H1.HeaderClassName
{
color: #FC0020;
}
.AnyTagClassName
{
color: #FC0020;
}
</style>
background-color css
<style>
a { background-color: #FC0020; }
a { background-color: rgb(252,0,32); }
div.DivClassName
{
background-color: #FC0020;
}
.BgClassName
{
background-color: #FC0020;
}
</style>
border-color css
<style>
span { border-color: #FC0020; }
span { border-color: rgb(252,0,32); }
td.TdClassName
{
border-color: #FC0020;
}
.TagClassName
{
border-color: #FC0020;
}
</style>