Shades of Torch Red #FC0546
Tints of Torch Red #FC0546
RGB
CMYK
RGB Variations
Color information
#FC0546 (or 0xFC0546) is known color: Torch Red. HEX triplet: FC, 05 and 46. RGB value is (252,5,70). Sum of RGB (Red+Green+Blue) = 252+5+70=327 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.06% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0546 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0546 is #03FAB9. Grayscale: #565656. Windows color (decimal): -260794 or 4589052. OLE color: 4589052.
HSL color Cylindrical-coordinate representation of color #FC0546: hue angle of 344.21º 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 #FC0546 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 70 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.01 |
| HSL | 344.21º | 0.98% | 0.5% | - |
| HSV(B) | 344.21º | 0.98% | 0.99% | - |
| XYZ | 41.3 | 21.25 | 7.72 | - |
| YUV | 86.26 | 118.83 | 246.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 70 | 0 | 0.98 | 0.72 | 0.01 | 344.21 | 0.98 | 0.5 |
| Hex | FC | 5 | 46 | 0 | 62 | 48 | 1 | 158 | 62 | 32 |
| Octal | 374 | 5 | 106 | 0 | 142 | 110 | 1 | 530 | 142 | 62 |
| Binary | 11111100 | 101 | 1000110 | 0 | 1100010 | 1001000 | 1 | 101011000 | 1100010 | 110010 |
Color Harmonies of #FC0546
Complementary color
Monochromatic Colors of #FC0546
Black with #FC0546
Text Example
Text Example
White with #FC0546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0546; }
p { color: rgb(252,5,70); }
H1.HeaderClassName
{
color: #FC0546;
}
.AnyTagClassName
{
color: #FC0546;
}
</style>
background-color css
<style>
a { background-color: #FC0546; }
a { background-color: rgb(252,5,70); }
div.DivClassName
{
background-color: #FC0546;
}
.BgClassName
{
background-color: #FC0546;
}
</style>
border-color css
<style>
span { border-color: #FC0546; }
span { border-color: rgb(252,5,70); }
td.TdClassName
{
border-color: #FC0546;
}
.TagClassName
{
border-color: #FC0546;
}
</style>