Shades of Torch Red #FC1540
Tints of Torch Red #FC1540
RGB
CMYK
RGB Variations
Color information
#FC1540 (or 0xFC1540) is known color: Torch Red. HEX triplet: FC, 15 and 40. RGB value is (252,21,64). Sum of RGB (Red+Green+Blue) = 252+21+64=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1540 is #03EABF. Grayscale: #5F5F5F. Windows color (decimal): -256704 or 4199932. OLE color: 4199932.
HSL color Cylindrical-coordinate representation of color #FC1540: hue angle of 348.83º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1540 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 64 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.01 |
| HSL | 348.83º | 0.97% | 0.54% | - |
| HSV(B) | 348.83º | 0.92% | 0.99% | - |
| XYZ | 41.34 | 21.6 | 6.84 | - |
| YUV | 94.97 | 110.53 | 240 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 64 | 0 | 0.92 | 0.75 | 0.01 | 348.83 | 0.97 | 0.54 |
| Hex | FC | 15 | 40 | 0 | 5C | 4B | 1 | 15D | 61 | 36 |
| Octal | 374 | 25 | 100 | 0 | 134 | 113 | 1 | 535 | 141 | 66 |
| Binary | 11111100 | 10101 | 1000000 | 0 | 1011100 | 1001011 | 1 | 101011101 | 1100001 | 110110 |
Color Harmonies of #FC1540
Complementary color
Monochromatic Colors of #FC1540
Black with #FC1540
Text Example
Text Example
White with #FC1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1540; }
p { color: rgb(252,21,64); }
H1.HeaderClassName
{
color: #FC1540;
}
.AnyTagClassName
{
color: #FC1540;
}
</style>
background-color css
<style>
a { background-color: #FC1540; }
a { background-color: rgb(252,21,64); }
div.DivClassName
{
background-color: #FC1540;
}
.BgClassName
{
background-color: #FC1540;
}
</style>
border-color css
<style>
span { border-color: #FC1540; }
span { border-color: rgb(252,21,64); }
td.TdClassName
{
border-color: #FC1540;
}
.TagClassName
{
border-color: #FC1540;
}
</style>