Shades of Torch Red #FC202C
Tints of Torch Red #FC202C
RGB
CMYK
RGB Variations
Color information
#FC202C (or 0xFC202C) is known color: Torch Red. HEX triplet: FC, 20 and 2C. RGB value is (252,32,44). Sum of RGB (Red+Green+Blue) = 252+32+44=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC202C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC202C is #03DFD3. Grayscale: #636363. Windows color (decimal): -253908 or 2892028. OLE color: 2892028.
HSL color Cylindrical-coordinate representation of color #FC202C: hue angle of 356.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 #FC202C is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 44 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.01 |
| HSL | 356.73º | 0.97% | 0.56% | - |
| HSV(B) | 356.73º | 0.87% | 0.99% | - |
| XYZ | 41.12 | 21.91 | 4.44 | - |
| YUV | 99.15 | 96.89 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 44 | 0 | 0.87 | 0.83 | 0.01 | 356.73 | 0.97 | 0.56 |
| Hex | FC | 20 | 2C | 0 | 57 | 53 | 1 | 165 | 61 | 38 |
| Octal | 374 | 40 | 54 | 0 | 127 | 123 | 1 | 545 | 141 | 70 |
| Binary | 11111100 | 100000 | 101100 | 0 | 1010111 | 1010011 | 1 | 101100101 | 1100001 | 111000 |
Color Harmonies of #FC202C
Complementary color
Monochromatic Colors of #FC202C
Black with #FC202C
Text Example
Text Example
White with #FC202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC202C; }
p { color: rgb(252,32,44); }
H1.HeaderClassName
{
color: #FC202C;
}
.AnyTagClassName
{
color: #FC202C;
}
</style>
background-color css
<style>
a { background-color: #FC202C; }
a { background-color: rgb(252,32,44); }
div.DivClassName
{
background-color: #FC202C;
}
.BgClassName
{
background-color: #FC202C;
}
</style>
border-color css
<style>
span { border-color: #FC202C; }
span { border-color: rgb(252,32,44); }
td.TdClassName
{
border-color: #FC202C;
}
.TagClassName
{
border-color: #FC202C;
}
</style>