Shades of Torch Red #FC044D
Tints of Torch Red #FC044D
RGB
CMYK
RGB Variations
Color information
#FC044D (or 0xFC044D) is known color: Torch Red. HEX triplet: FC, 04 and 4D. RGB value is (252,4,77). Sum of RGB (Red+Green+Blue) = 252+4+77=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC044D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC044D is #03FBB2. Grayscale: #565656. Windows color (decimal): -261043 or 5047548. OLE color: 5047548.
HSL color Cylindrical-coordinate representation of color #FC044D: hue angle of 342.34º 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 #FC044D is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 4 | 77 | - |
CMYK | 0 | 0.98 | 0.69 | 0.01 |
HSL | 342.34º | 0.98% | 0.5% | - |
HSV(B) | 342.34º | 0.98% | 0.99% | - |
XYZ | 41.53 | 21.32 | 8.95 | - |
YUV | 86.47 | 122.66 | 246.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 4 | 77 | 0 | 0.98 | 0.69 | 0.01 | 342.34 | 0.98 | 0.5 |
Hex | FC | 4 | 4D | 0 | 62 | 45 | 1 | 156 | 62 | 32 |
Octal | 374 | 4 | 115 | 0 | 142 | 105 | 1 | 526 | 142 | 62 |
Binary | 11111100 | 100 | 1001101 | 0 | 1100010 | 1000101 | 1 | 101010110 | 1100010 | 110010 |
Color Harmonies of #FC044D
Complementary color
Monochromatic Colors of #FC044D
Black with #FC044D
Text Example
Text Example
White with #FC044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC044D; }
p { color: rgb(252,4,77); }
H1.HeaderClassName
{
color: #FC044D;
}
.AnyTagClassName
{
color: #FC044D;
}
</style>
background-color css
<style>
a { background-color: #FC044D; }
a { background-color: rgb(252,4,77); }
div.DivClassName
{
background-color: #FC044D;
}
.BgClassName
{
background-color: #FC044D;
}
</style>
border-color css
<style>
span { border-color: #FC044D; }
span { border-color: rgb(252,4,77); }
td.TdClassName
{
border-color: #FC044D;
}
.TagClassName
{
border-color: #FC044D;
}
</style>