Shades of Torch Red #FC0445
Tints of Torch Red #FC0445
RGB
CMYK
RGB Variations
Color information
#FC0445 (or 0xFC0445) is known color: Torch Red. HEX triplet: FC, 04 and 45. RGB value is (252,4,69). Sum of RGB (Red+Green+Blue) = 252+4+69=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0445 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0445 is #03FBBA. Grayscale: #555555. Windows color (decimal): -261051 or 4523260. OLE color: 4523260.
HSL color Cylindrical-coordinate representation of color #FC0445: hue angle of 344.27º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0445 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 69 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.01 |
| HSL | 344.27º | 0.98% | 0.5% | - |
| HSV(B) | 344.27º | 0.98% | 0.99% | - |
| XYZ | 41.26 | 21.21 | 7.55 | - |
| YUV | 85.56 | 118.66 | 246.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 69 | 0 | 0.98 | 0.73 | 0.01 | 344.27 | 0.98 | 0.5 |
| Hex | FC | 4 | 45 | 0 | 62 | 49 | 1 | 158 | 62 | 32 |
| Octal | 374 | 4 | 105 | 0 | 142 | 111 | 1 | 530 | 142 | 62 |
| Binary | 11111100 | 100 | 1000101 | 0 | 1100010 | 1001001 | 1 | 101011000 | 1100010 | 110010 |
Color Harmonies of #FC0445
Complementary color
Monochromatic Colors of #FC0445
Black with #FC0445
Text Example
Text Example
White with #FC0445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0445; }
p { color: rgb(252,4,69); }
H1.HeaderClassName
{
color: #FC0445;
}
.AnyTagClassName
{
color: #FC0445;
}
</style>
background-color css
<style>
a { background-color: #FC0445; }
a { background-color: rgb(252,4,69); }
div.DivClassName
{
background-color: #FC0445;
}
.BgClassName
{
background-color: #FC0445;
}
</style>
border-color css
<style>
span { border-color: #FC0445; }
span { border-color: rgb(252,4,69); }
td.TdClassName
{
border-color: #FC0445;
}
.TagClassName
{
border-color: #FC0445;
}
</style>