Shades of Torch Red #FC2440
Tints of Torch Red #FC2440
RGB
CMYK
RGB Variations
Color information
#FC2440 (or 0xFC2440) is known color: Torch Red. HEX triplet: FC, 24 and 40. RGB value is (252,36,64). Sum of RGB (Red+Green+Blue) = 252+36+64=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2440 is #03DBBF. Grayscale: #676767. Windows color (decimal): -252864 or 4203772. OLE color: 4203772.
HSL color Cylindrical-coordinate representation of color #FC2440: hue angle of 352.22º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC2440 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 64 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.01 |
| HSL | 352.22º | 0.97% | 0.56% | - |
| HSV(B) | 352.22º | 0.86% | 0.99% | - |
| XYZ | 41.7 | 22.33 | 6.96 | - |
| YUV | 103.78 | 105.56 | 233.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 64 | 0 | 0.86 | 0.75 | 0.01 | 352.22 | 0.97 | 0.56 |
| Hex | FC | 24 | 40 | 0 | 56 | 4B | 1 | 160 | 61 | 38 |
| Octal | 374 | 44 | 100 | 0 | 126 | 113 | 1 | 540 | 141 | 70 |
| Binary | 11111100 | 100100 | 1000000 | 0 | 1010110 | 1001011 | 1 | 101100000 | 1100001 | 111000 |
Color Harmonies of #FC2440
Complementary color
Monochromatic Colors of #FC2440
Black with #FC2440
Text Example
Text Example
White with #FC2440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2440; }
p { color: rgb(252,36,64); }
H1.HeaderClassName
{
color: #FC2440;
}
.AnyTagClassName
{
color: #FC2440;
}
</style>
background-color css
<style>
a { background-color: #FC2440; }
a { background-color: rgb(252,36,64); }
div.DivClassName
{
background-color: #FC2440;
}
.BgClassName
{
background-color: #FC2440;
}
</style>
border-color css
<style>
span { border-color: #FC2440; }
span { border-color: rgb(252,36,64); }
td.TdClassName
{
border-color: #FC2440;
}
.TagClassName
{
border-color: #FC2440;
}
</style>