Shades of Torch Red #FC2045
Tints of Torch Red #FC2045
RGB
CMYK
RGB Variations
Color information
#FC2045 (or 0xFC2045) is known color: Torch Red. HEX triplet: FC, 20 and 45. RGB value is (252,32,69). Sum of RGB (Red+Green+Blue) = 252+32+69=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2045 is #03DFBA. Grayscale: #666666. Windows color (decimal): -253883 or 4530428. OLE color: 4530428.
HSL color Cylindrical-coordinate representation of color #FC2045: hue angle of 349.91º 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 #FC2045 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 69 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.01 |
| HSL | 349.91º | 0.97% | 0.56% | - |
| HSV(B) | 349.91º | 0.87% | 0.99% | - |
| XYZ | 41.74 | 22.16 | 7.71 | - |
| YUV | 102 | 109.39 | 234.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 69 | 0 | 0.87 | 0.73 | 0.01 | 349.91 | 0.97 | 0.56 |
| Hex | FC | 20 | 45 | 0 | 57 | 49 | 1 | 15E | 61 | 38 |
| Octal | 374 | 40 | 105 | 0 | 127 | 111 | 1 | 536 | 141 | 70 |
| Binary | 11111100 | 100000 | 1000101 | 0 | 1010111 | 1001001 | 1 | 101011110 | 1100001 | 111000 |
Color Harmonies of #FC2045
Complementary color
Monochromatic Colors of #FC2045
Black with #FC2045
Text Example
Text Example
White with #FC2045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2045; }
p { color: rgb(252,32,69); }
H1.HeaderClassName
{
color: #FC2045;
}
.AnyTagClassName
{
color: #FC2045;
}
</style>
background-color css
<style>
a { background-color: #FC2045; }
a { background-color: rgb(252,32,69); }
div.DivClassName
{
background-color: #FC2045;
}
.BgClassName
{
background-color: #FC2045;
}
</style>
border-color css
<style>
span { border-color: #FC2045; }
span { border-color: rgb(252,32,69); }
td.TdClassName
{
border-color: #FC2045;
}
.TagClassName
{
border-color: #FC2045;
}
</style>