Shades of Torch Red #FC2042
Tints of Torch Red #FC2042
RGB
CMYK
RGB Variations
Color information
#FC2042 (or 0xFC2042) is known color: Torch Red. HEX triplet: FC, 20 and 42. RGB value is (252,32,66). Sum of RGB (Red+Green+Blue) = 252+32+66=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2042 is #03DFBD. Grayscale: #656565. Windows color (decimal): -253886 or 4333820. OLE color: 4333820.
HSL color Cylindrical-coordinate representation of color #FC2042: hue angle of 350.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 #FC2042 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 66 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.01 |
| HSL | 350.73º | 0.97% | 0.56% | - |
| HSV(B) | 350.73º | 0.87% | 0.99% | - |
| XYZ | 41.64 | 22.12 | 7.23 | - |
| YUV | 101.66 | 107.89 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 66 | 0 | 0.87 | 0.74 | 0.01 | 350.73 | 0.97 | 0.56 |
| Hex | FC | 20 | 42 | 0 | 57 | 4A | 1 | 15F | 61 | 38 |
| Octal | 374 | 40 | 102 | 0 | 127 | 112 | 1 | 537 | 141 | 70 |
| Binary | 11111100 | 100000 | 1000010 | 0 | 1010111 | 1001010 | 1 | 101011111 | 1100001 | 111000 |
Color Harmonies of #FC2042
Complementary color
Monochromatic Colors of #FC2042
Black with #FC2042
Text Example
Text Example
White with #FC2042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2042; }
p { color: rgb(252,32,66); }
H1.HeaderClassName
{
color: #FC2042;
}
.AnyTagClassName
{
color: #FC2042;
}
</style>
background-color css
<style>
a { background-color: #FC2042; }
a { background-color: rgb(252,32,66); }
div.DivClassName
{
background-color: #FC2042;
}
.BgClassName
{
background-color: #FC2042;
}
</style>
border-color css
<style>
span { border-color: #FC2042; }
span { border-color: rgb(252,32,66); }
td.TdClassName
{
border-color: #FC2042;
}
.TagClassName
{
border-color: #FC2042;
}
</style>