Shades of Torch Red #FC0040
Tints of Torch Red #FC0040
RGB
CMYK
RGB Variations
Color information
#FC0040 (or 0xFC0040) is known color: Torch Red. HEX triplet: FC, 00 and 40. RGB value is (252,0,64). Sum of RGB (Red+Green+Blue) = 252+0+64=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0040 is #03FFBF. Grayscale: #525252. Windows color (decimal): -262080 or 4194556. OLE color: 4194556.
HSL color Cylindrical-coordinate representation of color #FC0040: hue angle of 344.76º 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 #FC0040 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.75 | 0.01 |
| HSL | 344.76º | 1% | 0.49% | - |
| HSV(B) | 344.76º | 1% | 0.99% | - |
| XYZ | 41.07 | 21.07 | 6.75 | - |
| YUV | 82.64 | 117.49 | 248.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 64 | 0 | 1 | 0.75 | 0.01 | 344.76 | 1 | 0.49 |
| Hex | FC | 0 | 40 | 0 | 64 | 4B | 1 | 159 | 64 | 31 |
| Octal | 374 | 0 | 100 | 0 | 144 | 113 | 1 | 531 | 144 | 61 |
| Binary | 11111100 | 0 | 1000000 | 0 | 1100100 | 1001011 | 1 | 101011001 | 1100100 | 110001 |
Color Harmonies of #FC0040
Complementary color
Monochromatic Colors of #FC0040
Black with #FC0040
Text Example
Text Example
White with #FC0040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0040; }
p { color: rgb(252,0,64); }
H1.HeaderClassName
{
color: #FC0040;
}
.AnyTagClassName
{
color: #FC0040;
}
</style>
background-color css
<style>
a { background-color: #FC0040; }
a { background-color: rgb(252,0,64); }
div.DivClassName
{
background-color: #FC0040;
}
.BgClassName
{
background-color: #FC0040;
}
</style>
border-color css
<style>
span { border-color: #FC0040; }
span { border-color: rgb(252,0,64); }
td.TdClassName
{
border-color: #FC0040;
}
.TagClassName
{
border-color: #FC0040;
}
</style>