Shades of Torch Red #FC1445
Tints of Torch Red #FC1445
RGB
CMYK
RGB Variations
Color information
#FC1445 (or 0xFC1445) is known color: Torch Red. HEX triplet: FC, 14 and 45. RGB value is (252,20,69). Sum of RGB (Red+Green+Blue) = 252+20+69=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1445 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1445 is #03EBBA. Grayscale: #5E5E5E. Windows color (decimal): -256955 or 4527356. OLE color: 4527356.
HSL color Cylindrical-coordinate representation of color #FC1445: hue angle of 347.33º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1445 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 69 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.01 |
| HSL | 347.33º | 0.97% | 0.53% | - |
| HSV(B) | 347.33º | 0.92% | 0.99% | - |
| XYZ | 41.47 | 21.63 | 7.62 | - |
| YUV | 94.95 | 113.36 | 240.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 69 | 0 | 0.92 | 0.73 | 0.01 | 347.33 | 0.97 | 0.53 |
| Hex | FC | 14 | 45 | 0 | 5C | 49 | 1 | 15B | 61 | 35 |
| Octal | 374 | 24 | 105 | 0 | 134 | 111 | 1 | 533 | 141 | 65 |
| Binary | 11111100 | 10100 | 1000101 | 0 | 1011100 | 1001001 | 1 | 101011011 | 1100001 | 110101 |
Color Harmonies of #FC1445
Complementary color
Monochromatic Colors of #FC1445
Black with #FC1445
Text Example
Text Example
White with #FC1445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1445; }
p { color: rgb(252,20,69); }
H1.HeaderClassName
{
color: #FC1445;
}
.AnyTagClassName
{
color: #FC1445;
}
</style>
background-color css
<style>
a { background-color: #FC1445; }
a { background-color: rgb(252,20,69); }
div.DivClassName
{
background-color: #FC1445;
}
.BgClassName
{
background-color: #FC1445;
}
</style>
border-color css
<style>
span { border-color: #FC1445; }
span { border-color: rgb(252,20,69); }
td.TdClassName
{
border-color: #FC1445;
}
.TagClassName
{
border-color: #FC1445;
}
</style>