Shades of Torch Red #FC0444
Tints of Torch Red #FC0444
RGB
CMYK
RGB Variations
Color information
#FC0444 (or 0xFC0444) is known color: Torch Red. HEX triplet: FC, 04 and 44. RGB value is (252,4,68). Sum of RGB (Red+Green+Blue) = 252+4+68=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0444 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0444 is #03FBBB. Grayscale: #555555. Windows color (decimal): -261052 or 4457724. OLE color: 4457724.
HSL color Cylindrical-coordinate representation of color #FC0444: hue angle of 344.52º 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 #FC0444 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 68 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.01 |
| HSL | 344.52º | 0.98% | 0.5% | - |
| HSV(B) | 344.52º | 0.98% | 0.99% | - |
| XYZ | 41.23 | 21.2 | 7.39 | - |
| YUV | 85.45 | 118.16 | 246.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 68 | 0 | 0.98 | 0.73 | 0.01 | 344.52 | 0.98 | 0.5 |
| Hex | FC | 4 | 44 | 0 | 62 | 49 | 1 | 159 | 62 | 32 |
| Octal | 374 | 4 | 104 | 0 | 142 | 111 | 1 | 531 | 142 | 62 |
| Binary | 11111100 | 100 | 1000100 | 0 | 1100010 | 1001001 | 1 | 101011001 | 1100010 | 110010 |
Color Harmonies of #FC0444
Complementary color
Monochromatic Colors of #FC0444
Black with #FC0444
Text Example
Text Example
White with #FC0444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0444; }
p { color: rgb(252,4,68); }
H1.HeaderClassName
{
color: #FC0444;
}
.AnyTagClassName
{
color: #FC0444;
}
</style>
background-color css
<style>
a { background-color: #FC0444; }
a { background-color: rgb(252,4,68); }
div.DivClassName
{
background-color: #FC0444;
}
.BgClassName
{
background-color: #FC0444;
}
</style>
border-color css
<style>
span { border-color: #FC0444; }
span { border-color: rgb(252,4,68); }
td.TdClassName
{
border-color: #FC0444;
}
.TagClassName
{
border-color: #FC0444;
}
</style>