Shades of Torch Red #FC0439
Tints of Torch Red #FC0439
RGB
CMYK
RGB Variations
Color information
#FC0439 (or 0xFC0439) is known color: Torch Red. HEX triplet: FC, 04 and 39. RGB value is (252,4,57). Sum of RGB (Red+Green+Blue) = 252+4+57=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0439 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0439 is #03FBC6. Grayscale: #545454. Windows color (decimal): -261063 or 3736828. OLE color: 3736828.
HSL color Cylindrical-coordinate representation of color #FC0439: hue angle of 347.18º 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 #FC0439 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 57 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.01 |
| HSL | 347.18º | 0.98% | 0.5% | - |
| HSV(B) | 347.18º | 0.98% | 0.99% | - |
| XYZ | 40.93 | 21.08 | 5.78 | - |
| YUV | 84.19 | 112.66 | 247.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 57 | 0 | 0.98 | 0.77 | 0.01 | 347.18 | 0.98 | 0.5 |
| Hex | FC | 4 | 39 | 0 | 62 | 4D | 1 | 15B | 62 | 32 |
| Octal | 374 | 4 | 71 | 0 | 142 | 115 | 1 | 533 | 142 | 62 |
| Binary | 11111100 | 100 | 111001 | 0 | 1100010 | 1001101 | 1 | 101011011 | 1100010 | 110010 |
Color Harmonies of #FC0439
Complementary color
Monochromatic Colors of #FC0439
Black with #FC0439
Text Example
Text Example
White with #FC0439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0439; }
p { color: rgb(252,4,57); }
H1.HeaderClassName
{
color: #FC0439;
}
.AnyTagClassName
{
color: #FC0439;
}
</style>
background-color css
<style>
a { background-color: #FC0439; }
a { background-color: rgb(252,4,57); }
div.DivClassName
{
background-color: #FC0439;
}
.BgClassName
{
background-color: #FC0439;
}
</style>
border-color css
<style>
span { border-color: #FC0439; }
span { border-color: rgb(252,4,57); }
td.TdClassName
{
border-color: #FC0439;
}
.TagClassName
{
border-color: #FC0439;
}
</style>